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')),
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-1.6.0.tar.gz
(22.0 kB
view details)
File details
Details for the file core_website_app-1.6.0.tar.gz.
File metadata
- Download URL: core_website_app-1.6.0.tar.gz
- Upload date:
- Size: 22.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.6.0.post20191030 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01c615c9ce7dfa61ebc04e8e7ce102b8c433094bc1c83eb55a7829526dcb1a31
|
|
| MD5 |
ca906d717a13370178b57ffe0151c283
|
|
| BLAKE2b-256 |
f5dc7266a9ca13e55b6955e8fdca7178809dac1f6b490f2e7f90c44039c2e47f
|