aloalo
The full documentation is at https://test-project.readthedocs.io.
Install Test Project:
pip install test-project
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'test_project.apps.TestProjectConfig',
...
)
Add Test Project's URL patterns:
from test_project import urls as test_project_urls
urlpatterns = [
...
url(r'^', include(test_project_urls)),
...
]
- TODO
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: