Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
  branding
  django_branding.egg-info
  PKG-INFO
  README.md
  MANIFEST.in
  setup.py
  setup.cfg
Size: Mime:
  README.md

Django Branding

Add branding and policies to your projects!

Installation

Install this with:

pip install django-branding --extra-index-url https://pypi.fury.io/dx8ysH-PxUH5Lx9mqxYt/zeppelin-no/

Then, go to settings.py and add the app to your INSTALLED_APPS:

INSTALLED_APPS = [
    ...
    'branding',
    ...
]

Testing

Clone this repo with:

git clone git@github.com:zeppelin-no/django-branding.git && cd django-branding

If you don't have tox -- get tox. You could also make a pyvenv and install tox in there, but it doesn't matter, so:

sudo pip install tox

In the end, test with:

tox

TODO

  1. Create a Middleware for adding Brand and Policy objects to requests
  2. Create customizable settings for Brands and Policies