Your project description goes here
The full documentation is at https://django-testpkg.readthedocs.io.
Install Django Testpkg:
pip install django-testpkg
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'testpkg.apps.TestpkgConfig',
...
)
Add Django Testpkg's URL patterns:
from testpkg import urls as testpkg_urls
urlpatterns = [
...
url(r'^', include(testpkg_urls)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: