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 Distribution

cosinnus-core-0.7.dev20180516140237.tar.gz (2.9 MB view hashes)

Uploaded Source

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