Metadata-Version: 1.1
Name: django-frontify
Version: 0.1.1
Summary: UNKNOWN
Home-page: https://github.com/lab360-ch/django-frontify
Author: LAB360 GmbH
Author-email: info@lab360.ch
License: BSD
Description: ===============
        django Frontify
        ===============
        
        Documentation
        =============
        
        See ``REQUIREMENTS`` in the `setup.py <https://github.com/lab360-ch/django-frontify/blob/master/setup.py>`_
        file for additional dependencies:
        
        Installation
        ------------
        
         * run ``pip install django-frontify``
         * add ``django-frontify`` to your ``INSTALLED_APPS``
         * add ``DJANGO_FRONTIFY_DOMAIN`` to your settings file
        
        
        Configuration
        -------------
        
        Set ``DJANGO_FRONTIFY_DOMAIN="<your-frontify-donmain>"`` in your settings.py
        
        
        Development
        =============
        
        Localsetup
        ------------
        
        Run this command in one terminal
        
            make runserver
        
        and this in a other
        
            make watch_static
        
        now you should be able to accesses the example django project via http://localhost:8000
        
        
        Release package
        ---------------
        
        First do a test release with this command:
        
            make test_release
        
        then run this for the real release:
        
            make release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django CMS
Classifier: Framework :: Django CMS :: 3.7
