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.21.0.tar.gz
(34.8 kB
view details)
File details
Details for the file core_website_app-2.21.0.tar.gz.
File metadata
- Download URL: core_website_app-2.21.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 |
993cd80303c9f12d5fe41e568cad7918b7ff5b4ffd8bbbfcd84ed7e3bf85b2b1
|
|
| MD5 |
c970d86458dfef21755d97d8c7f6657d
|
|
| BLAKE2b-256 |
03f097ac4bc63aa3abbf870b9d7f229f6eb2d0f8458fbce8ad762d03508ca81b
|