Project description
Learning DjangoCookieCuttterApp
Quickstart
Install test_django_cookie_app:
pip install test_django_cookie_app
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'test_django_cookie_app.apps.TestDjangoCookieAppConfig',
...
)
Add test_django_cookie_app’s URL patterns:
from test_django_cookie_app import urls as test_django_cookie_app_urls
urlpatterns = [
...
url(r'^', include(test_django_cookie_app_urls)),
...
]
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 (2019-04-30)
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file test_django_cookie_app-0.1.0.tar.gz
.
File metadata
-
Download URL:
test_django_cookie_app-0.1.0.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Hashes for test_django_cookie_app-0.1.0.tar.gz
Algorithm |
Hash digest |
|
SHA256 |
c4d7c22d5590dad6dd0515cb27847d033ca9ad86f4fa152fcaec9ca0a67dcc20 |
|
MD5 |
58031518062da8b58b92795426e9e963 |
|
BLAKE2b-256 |
7b43a8b4e1a43c62597c71eecb71a0f4c7f39811852bb4f6e838063bbca7b76a |
|
See more details on using hashes here.
File details
Details for the file test_django_cookie_app-0.1.0-py2.py3-none-any.whl
.
File metadata
-
Download URL:
test_django_cookie_app-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 2, Python 3
-
Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Hashes for test_django_cookie_app-0.1.0-py2.py3-none-any.whl
Algorithm |
Hash digest |
|
SHA256 |
02e87c1bd13bb30df679a37b8f89249e310dc46ceb7c40929ff817ca0e62a4c2 |
|
MD5 |
7143f5dddf2e4a5251bd257cfe905613 |
|
BLAKE2b-256 |
13e9fd33309d56e1ef6ed0f44e76dc1ce67f77552ffec9153e66c7e36acef4b7 |
|
See more details on using hashes here.