Skip to main content
PyCon US is happening May 14th-22nd in Pittsburgh, PA USA.  Learn more

Allow users to create site assets with django admin

Project description

https://badge.fury.io/py/django-user-assets.svg https://travis-ci.org/idaproject/django-user-assets.svg?branch=master https://codecov.io/gh/idaproject/django-user-assets/branch/master/graph/badge.svg

Allow users to create site assets with django admin

Documentation

The full documentation is at https://django-user-assets.readthedocs.io.

Quickstart

Install Django User Assets:

pip install django-user-assets

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django.contrib.sites',
    ...
    'user_assets.apps.UserAssetsConfig',
    ...
)

Features

  1. Add different assets (script, style, e.t.c) to your site from admin panel

  2. Place your assets to any place on page with Asset Groups

  3. Attach your assets to specific sites from Django Sites Framework

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-11-16)

  • First release on PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page