Skip to main content

A reusable app to help manage a demo site.

Project description

https://badge.fury.io/py/django-demo-site.svg https://travis-ci.org/weholt/django-demo-site.svg?branch=master https://codecov.io/gh/weholt/django-demo-site/branch/master/graph/badge.svg

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


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 hashes)

Uploaded Source

Built Distribution

django_demo_site-0.1.0-py3.7.egg (16.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page