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
History
0.1.0 (2017-11-16)
- First release on PyPI.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size & hash SHA256 hash help | File type | Python version | Upload date |
---|---|---|---|
django-user-assets-1.1.0.tar.gz (7.0 kB) Copy SHA256 hash SHA256 | Source | None | Feb 9, 2018 |