Skip to content

idaproject/django-user-assets

Repository files navigation

Django User Assets

https://travis-ci.org/idaproject/django-user-assets.svg?branch=master

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:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published