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.0b2.tar.gz
(26.6 kB
view details)
File details
Details for the file core_website_app-2.0.0b2.tar.gz.
File metadata
- Download URL: core_website_app-2.0.0b2.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 |
3151e7c2d45beb2f601ad64defac6a7da71bcb3e6b224cc2ea18e001ff79ec73
|
|
| MD5 |
cb62ff629b81475838f9b44c80de7e7f
|
|
| BLAKE2b-256 |
5d6f8fb13515ac67c4bd6b686d7d02264d38785a6522c5386df316c7f5d3331d
|