Allow users to create site assets with django admin
Project description
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
Add different assets (script, style, e.t.c) to your site from admin panel
Place your assets to any place on page with Asset Groups
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.