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.1.0.tar.gz
(21.7 kB
view details)
File details
Details for the file core_website_app-1.1.0.tar.gz.
File metadata
- Download URL: core_website_app-1.1.0.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.20.0 setuptools/36.5.0.post20170921 requests-toolbelt/0.8.0 tqdm/4.23.4 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b14b2c9209890bb3273f7793a4ceb125025abc235cfdbba0c04d470b5c55eeaf
|
|
| MD5 |
05109a950a3b95e7b00093336cc99ac8
|
|
| BLAKE2b-256 |
3d571203e78bff7f894651da6bf9f4b9d6513fe693bed5289a3d15ac990fa0ea
|