A reusable app to help manage a demo site.
Project description
A reusable app to help manage a demo site.
Documentation
The full documentation is at https://django-demo-site.readthedocs.io.
Quickstart
Install django-demo-site:
pip install django-demo-site
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'demo_site.apps.DemoSiteConfig',
...
)
Add django-demo-site’s URL patterns:
from demo_site import urls as demo_site_urls
urlpatterns = [
...
url(r'^', include(demo_site_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Credits
Tools used in rendering this package:
History
0.1.0 (2018-10-03)
First release on PyPI.
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
django-demo-site-0.1.0.tar.gz
(10.0 kB
view details)
Built Distribution
django_demo_site-0.1.0-py3.7.egg
(16.0 kB
view details)
File details
Details for the file django-demo-site-0.1.0.tar.gz
.
File metadata
- Download URL: django-demo-site-0.1.0.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 353c0ebcb14f8f4267d99a6e7e5acbc999cfd50a7daf978dd50c372edb4f4ed0 |
|
MD5 | d508d1b7cb84c932dc0b13f7b5feb26e |
|
BLAKE2b-256 | 728f848fb0b5b4efb185c49149c07881ad374426b8986a512050c131dbb74500 |
File details
Details for the file django_demo_site-0.1.0-py3.7.egg
.
File metadata
- Download URL: django_demo_site-0.1.0-py3.7.egg
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 59749732f74174587960e0d22d9cd4d33c7814e05ba144e70c9fe14d023b79f3 |
|
MD5 | 15334dc51f68b1fe6c1bb3afd468b3f0 |
|
BLAKE2b-256 | 32002c5d6db2ea6ac2a4da6d1293265b2c5589549d709cfe059e6da560cbab92 |