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.9.0.tar.gz
(22.4 kB
view details)
File details
Details for the file core_website_app-1.9.0.tar.gz.
File metadata
- Download URL: core_website_app-1.9.0.tar.gz
- Upload date:
- Size: 22.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.20.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
be8ded83c2ea4fd6e19f27d4a91499dc8811e5235e7b57e0c08adc91e8cec89e
|
|
| MD5 |
bad2b2460b791bfa96fc64f2db147305
|
|
| BLAKE2b-256 |
a6fb7e14d076476be0bf24577d5c35038575f1f5b6574ee19bca660acde43b57
|