Metadata-Version: 1.1
Name: cosinnus-core
Version: 0.7.dev20180516140237
Summary: cosinnus core application
Home-page: UNKNOWN
Author: Sinnwerkstatt Medienagentur GmbH Berlin
Author-email: web@sinnwerkstatt.com
License: UNKNOWN
Description: ============
        Installation
        ============
        
        .. note::
        
           django-bootstrap3 (https://github.com/dyve/django-bootstrap3) is the
           successor of django-bootstrap-toolkit which will not receive updates for
           bootstrap 3. Thus the new app has been created. However, the app is not yet
           Python 3 compatible. Therefore I created a fork and pull request
           (https://github.com/dyve/django-bootstrap3/pull/42). Right now the
           installation of this app must be done by hand::
        
              pip install -e "git+git://github.com/Markush2010/django-bootstrap3.git@develop#egg=django-bootstrap3"
        
           Once the pull request is merged / the app has Python 3 support we can
           activate it in the setup.py.
        
        
        * Put ``'cosinnus'`` in the ``INSTALLED_APPS``
        * Add ``url(r'^', include('cosinnus.urls', namespace='cosinnus')),`` to your
          ``urls.py``
        * Adjust the ``TEMPLATE_CONTEXT_PROCESSORS``::
        
            ``TEMPLATE_CONTEXT_PROCESSORS`` = (
                ...
                'cosinnus.utils.context_processors.settings',
                'cosinnus.utils.context_processors.cosinnus',
                ...
            )
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Framework :: Django
