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.0.0.tar.gz
(26.6 kB
view details)
File details
Details for the file core_website_app-2.0.0.tar.gz.
File metadata
- Download URL: core_website_app-2.0.0.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.0 importlib_metadata/3.7.3 packaging/20.9 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.7.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
723cd30ff20a4402507ededfc7c266e00bfc50525795ff7cba6a0826ae866349
|
|
| MD5 |
fa9ba7ad671b8a43771deb656de557f2
|
|
| BLAKE2b-256 |
72517f22b50fd182c79be9f356dbbe9ba086d58569eb0f6e6b1dd8a3bab1e125
|