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.8.0.tar.gz
(21.9 kB
view details)
File details
Details for the file core_website_app-1.8.0.tar.gz.
File metadata
- Download URL: core_website_app-1.8.0.tar.gz
- Upload date:
- Size: 21.9 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 |
a28a7c28acc3bc8388781b56f9cbdb04f1de9d0d73d1d53ae4e1ed048a9f9622
|
|
| MD5 |
48b50270458f2046110a171c18342461
|
|
| BLAKE2b-256 |
2af1c92dfa72870470ea0f5e69721e47a5fdb38490de2e53a09e7148f89a502f
|