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 = (
...
'user_assets.apps.UserAssetsConfig',
...
)
Add Django User Assets’s URL patterns:
from user_assets import urls as user_assets_urls
urlpatterns = [
...
url(r'^', include(user_assets_urls)),
...
]
Features
TODO
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.
Source Distribution
Built Distribution
Close
Hashes for django_user_assets-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 138245867cc2d5e6efbc08202b83a9e9b9558459e27a806fb93b3d18367ece55 |
|
MD5 | 8a5651968bca82bf487ed683a61fd96e |
|
BLAKE2b-256 | 2ee4791845da7f32e65c5999760faf9dcd73cdaf3dad82f5d258324c80d9528f |