Skip to main content

cosinnus core application

Project description

  • 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',
        ...
    )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

cosinnus_core-0.7.dev20180519132751-py2.py3-none-any.whl (6.0 MB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page