Skip to main content

Basic web functionalities for the curator core project

Project description

Basic web functionalities for the curator core project.

Quickstart

1. Add “core_website_app” to your INSTALLED_APPS setting

INSTALLED_APPS = [
    ...
    'core_website_app',
]

2. Include the core_website_app URLconf in your project urls.py

url(r'^website/', include('core_website_app.urls')),

3. Install and configure Captcha

See instructions: https://django-simple-captcha.readthedocs.io/en/latest/usage.html#installation

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

core_website_app-1.19.1.tar.gz (25.8 kB 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