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.0.1.tar.gz
(21.6 kB
view details)
File details
Details for the file core_website_app-1.0.1.tar.gz.
File metadata
- Download URL: core_website_app-1.0.1.tar.gz
- Upload date:
- Size: 21.6 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 |
a2c84ecedd24a69ec77c8235cb65d8e58d781201ecbc92b5b5844a8b09b1365d
|
|
| MD5 |
6d9d65a4e00ad84007e187d6644bb9e5
|
|
| BLAKE2b-256 |
e69806ff7ab66a0d4ca4395c1dd547ddefa2fb0118fc60f4916431d512df8f21
|