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.12.0.tar.gz
(34.1 kB
view details)
File details
Details for the file core_website_app-2.12.0.tar.gz
.
File metadata
- Download URL: core_website_app-2.12.0.tar.gz
- Upload date:
- Size: 34.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 | 94dee830609ec1a2ca83dd6a30c9a8e7de25fbc09b4e0eb501473462b5e618dd |
|
MD5 | d36bdb77ee85587a789badcc389047ca |
|
BLAKE2b-256 | ab2250b4a5146a88e591e2d191de8682bd65f2a34b9839a421a3b4276251538f |