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.5.0.tar.gz
(21.4 kB
view details)
File details
Details for the file core_website_app-1.5.0.tar.gz.
File metadata
- Download URL: core_website_app-1.5.0.tar.gz
- Upload date:
- Size: 21.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ac4522488107cbe587165f70d4f19d4b09712df7853f549bb93fad64f9adbdb
|
|
| MD5 |
b69e7d0a369fc30d3dac50d555e1632a
|
|
| BLAKE2b-256 |
34238beae143f35f38de69edb683635366693b6ed9193e752ab384e62482b623
|