Repository URL to install this package:
|
Version:
0.1.9 ▾
|
| branding |
| django_branding.egg-info |
| PKG-INFO |
| README.md |
| MANIFEST.in |
| setup.py |
| setup.cfg |
Add branding and policies to your projects!
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', ... ]
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