Installation
pip install django-admin-view
or from git
pip install -e git+https://githib.com/Apkawa/django-admin-view.git#egg=django-admin-view
Django and python version
| Python Django |
3.5 | 3.6 | 3.7 | 3.8 |
|---|---|---|---|---|
| 1.8 | ✘ | ✘ | ✘ | ✘ |
| 1.11 | ✔ | ✔ | ✔ | ✘ |
| 2.2 | ✔ | ✔ | ✔ | ✔ |
| 3.0 | ✘ | ✔ | ✔ | ✔ |
Usage
Contributing
run example app
pip install -r requirements-dev.txt
./test/manage.py migrate
./test/manage.py runserver
run tests
pip install -r requirements-dev.txt
pytest
tox
Update version
python setup.py bumpversion
publish pypi
python setup.py publish
Release files for django-admin-view 0.0.2
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-admin-view-0.0.2.tar.gz | 17.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_admin_view-0.0.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 40.1 kB
Release files / django-admin-view-0.0.2.tar.gz
| Download URL | django-admin-view-0.0.2.tar.gz |
|---|---|
| Size | 17.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
282664f2f695654790af3eb0fd1f9b27ac2ffdd6f391bc5f759ad56f1b13da3a
|
|
BLAKE2b-256 checksum How to use checksums |
0b9f6e4a854ffc4f21fbb473696bff51eebb529838a99e1ef9742d0c42eed3f8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
|
Release files / django_admin_view-0.0.2-py2.py3-none-any.whl
| Download URL | django_admin_view-0.0.2-py2.py3-none-any.whl |
|---|---|
| Size | 23.0 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
a1ded56b8811122ebbe8271356fa0a0d258b613373a41799bae886d308b6c7a1
|
|
BLAKE2b-256 checksum How to use checksums |
af29545dddfcdafa6cbbe64dd8c54f8a04b94cf0040d65afc530e5482d63a889
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.7.3
|