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.
Release files for django-demo-site 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-demo-site-0.1.0.tar.gz | 10.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_demo_site-0.1.0-py3.7.egg | Legacy Egg format | - | - | Details |
Total release size: 26.0 kB
Release files / django-demo-site-0.1.0.tar.gz
| Download URL | django-demo-site-0.1.0.tar.gz |
|---|---|
| Size | 10.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
353c0ebcb14f8f4267d99a6e7e5acbc999cfd50a7daf978dd50c372edb4f4ed0
|
|
BLAKE2b-256 checksum How to use checksums |
728f848fb0b5b4efb185c49149c07881ad374426b8986a512050c131dbb74500
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / django_demo_site-0.1.0-py3.7.egg
| Download URL | django_demo_site-0.1.0-py3.7.egg |
|---|---|
| Size | 16.0 kB |
| Tags | Egg |
|
SHA-256 checksum How to use checksums |
59749732f74174587960e0d22d9cd4d33c7814e05ba144e70c9fe14d023b79f3
|
|
BLAKE2b-256 checksum How to use checksums |
32002c5d6db2ea6ac2a4da6d1293265b2c5589549d709cfe059e6da560cbab92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|