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.22.0.tar.gz
(34.8 kB
view details)
File details
Details for the file core_website_app-2.22.0.tar.gz.
File metadata
- Download URL: core_website_app-2.22.0.tar.gz
- Upload date:
- Size: 34.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f3371b948c077ba1803906b181d7097ac4ea9d0e81d3c114cd2b10ed8fd53ec
|
|
| MD5 |
85289ef6c9829305a3f3e339eb8fecc6
|
|
| BLAKE2b-256 |
eb65fe15ccfb1ebc81511b5a428013d77d369d3c3d55f935e2bce91eb3d10472
|