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 = (
    ...
    'django.contrib.sites',
    ...
    'user_assets.apps.UserAssetsConfig',
    ...
)

Features

  1. Add different assets (script, style, e.t.c) to your site from admin panel

  2. Place your assets to any place on page with Asset Groups

  3. 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.

Source Distribution

django-user-assets-1.1.0.tar.gz (7.0 kB view hashes)

Uploaded Source

Supported by

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