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    
django-branding / PKG-INFO
Size: Mime:
Metadata-Version: 1.1
Name: django-branding
Version: 0.1.9
Summary: Adds brand and policy models to provider-network-based projects
Home-page: UNKNOWN
Author: Robert Kolner
Author-email: robert@zeppelin.no
License: UNKNOWN
Description: 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`:
        
        ```python
        INSTALLED_APPS = [
            ...
            'branding',
            ...
        ]
        ```
        
        Testing
        -------
        Clone this repo with:
        ```sh
        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:
        ```sh
        sudo pip install tox
        ```
        
        In the end, test with:
        ```sh
        tox
        ```
        
        TODO
        ----
        1. [ ] Create a Middleware for adding Brand and Policy objects to requests
        2. [ ] Create customizable settings for Brands and Policies
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content