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
django-vadmin-0.1.0.tar.gz
(6.1 kB
view hashes)
Built Distribution
Close
Hashes for django_vadmin-0.1.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86dbacb786d8062c09522b4b39c2df72fa4f99fb959484d1b23f1220c3be6bc2 |
|
MD5 | e56626f4b62dddfee263b0a11a13f35a |
|
BLAKE2b-256 | aa8bb0eff78e0d053431507bbf539f07cc4e5ef65629fff0bf2553cc1e4331a9 |