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.0b2.tar.gz
(22.3 kB
view details)
File details
Details for the file core_website_app-1.0.0b2.tar.gz.
File metadata
- Download URL: core_website_app-1.0.0b2.tar.gz
- Upload date:
- Size: 22.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
819310e2ec91bc16365d244c065532b47ac384170da4e9acebf422b3b1a45aa0
|
|
| MD5 |
72175d01cd37be9d4fe2111031a1ddee
|
|
| BLAKE2b-256 |
6ed55c6be65612f3c2525086058c0f3e2d6127c4305cc57ae6a3eb2d8d2eef2a
|