vadmin reusable app for Django
Project description
Your project description goes here
Documentation
The full documentation is at https://django-vadmin.readthedocs.io.
Quickstart
Install django-vadmin:
pip install django-vadmin
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'vadmin',
...
)
Add django-vadmin’s URL patterns:
from vadmin import urls as vadmin_urls
urlpatterns = [
...
url(r'^', include(vadmin_urls)),
...
]
Features
TODO
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-11-17)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-vadmin-0.1.0.tar.gz.
File metadata
- Download URL: django-vadmin-0.1.0.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8bab97813420108433d0b0335bbfea7c722ef1e10fff2e2fb538d53a461005ad
|
|
| MD5 |
1ae94713e839d3bf8bdce1231b37f86f
|
|
| BLAKE2b-256 |
b95f5e7fe2e8643239948d7bf74f5ddc5dc68239464906b1d46d09ff3288a963
|
File details
Details for the file django_vadmin-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_vadmin-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
86dbacb786d8062c09522b4b39c2df72fa4f99fb959484d1b23f1220c3be6bc2
|
|
| MD5 |
e56626f4b62dddfee263b0a11a13f35a
|
|
| BLAKE2b-256 |
aa8bb0eff78e0d053431507bbf539f07cc4e5ef65629fff0bf2553cc1e4331a9
|