Skip to main content

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 = (
    ...
    '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

django-user-assets-0.1.1.tar.gz (6.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_user_assets-0.1.1-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-user-assets-0.1.1.tar.gz.

File metadata

File hashes

Hashes for django-user-assets-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ba319ac1afe37998af570d037da07255d4e473ce50e8d1d6ba03d0d10c7b82bd
MD5 8df2256070ea568bb0db1d1f05d0ce20
BLAKE2b-256 7f833282ab9ca6f6c080c77de46bd200c536d3df88a26269231f0d603f96d358

See more details on using hashes here.

File details

Details for the file django_user_assets-0.1.1-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_user_assets-0.1.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 8ece78761a02e0fcb70a36148dc605f13c5df115ade6c849205e6c2a89fbd8fe
MD5 34dcc457f6cb67ff514fadbe472a7d1d
BLAKE2b-256 ebe860f31eb38dc5f12d8d0263c89d2a17d980550c31faf4e13908e42c4bdf38

See more details on using hashes here.

Supported by

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