Your project description goes here
Documentation
The full documentation is at https://django-response-view-mixin.readthedocs.io.
Quickstart
Install Django Response View Mixin:
pip install django-response-view-mixin
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'response_view_mixin',
...
)
Add Django Response View Mixin’s URL patterns:
from response_view_mixin import urls as response_view_mixin_urls
urlpatterns = [
...
url(r'^', include(response_view_mixin_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-10-18)
First release on PyPI.
0.1.1 (2021-10-19)
Update github action
0.1.2 (2021-10-19)
Rework pipy on github action
0.1.3 (2021-10-20)
Rework pipy on github action
Release files for django-response-view-mixin 0.1.3
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-response-view-mixin-0.1.3.tar.gz | 8.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_response_view_mixin-0.1.3-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size:15.6 kB
Release files / django-response-view-mixin-0.1.3.tar.gz
| Download URL | django-response-view-mixin-0.1.3.tar.gz |
|---|---|
| Size | 8.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2f8b275ba6c76f0fbbefda9f26cf4109918d632f39b90abcae8b843799fb8424
|
|
BLAKE2b-256 checksum How to use checksums |
c7b4ff01553a9bf1708342404306c5e2a4c850d693ffa5ccb4d6b019819dae96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|
Release files / django_response_view_mixin-0.1.3-py2.py3-none-any.whl
| Download URL | django_response_view_mixin-0.1.3-py2.py3-none-any.whl |
|---|---|
| Size | 7.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
e934562be9622f9603624d97f54bf359a53022f8bc39354c84d4c0880536a618
|
|
BLAKE2b-256 checksum How to use checksums |
e0465ac77a3d4a99b2a3cf4fcb62b2c464d2e0dbe73237b5ef7a539cb9d553a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7
|