Django User Assets
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.
Release files for django-user-assets 1.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-user-assets-1.1.0.tar.gz | 7.0 kB | Details |
Release files / django-user-assets-1.1.0.tar.gz
| Download URL | django-user-assets-1.1.0.tar.gz |
|---|---|
| Size | 7.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
acebd2cc65bc469f2751d6c9aeff3c05b797f90030c35b5fd6e2e0cee78c220c
|
|
BLAKE2b-256 checksum How to use checksums |
7866c315ca88531b5dc3bbadffdd63cd64ecba803d912d25fa6f64d38e312f37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |