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
Release history Release notifications | RSS feed
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-2.11.0.tar.gz
(33.1 kB
view details)
File details
Details for the file core_website_app-2.11.0.tar.gz
.
File metadata
- Download URL: core_website_app-2.11.0.tar.gz
- Upload date:
- Size: 33.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 52762620aecb16e263e2937187298e13ab8a8b2d4f8592bc959624ca96ce8acb |
|
MD5 | 417fad8ee769a58caba81f4525621927 |
|
BLAKE2b-256 | c20d676edffaf1f61ac4b5452550d1752497a09b2b74aa93681f1ad72e42e520 |