django-vadmin

https://badge.fury.io/py/django-vadmin.svg https://travis-ci.org/bushig/django-vadmin.svg?branch=master https://codecov.io/gh/bushig/django-vadmin/branch/master/graph/badge.svg

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 = (
    ...
    'django_vadmin',
    ...
)

Add django-vadmin’s URL patterns:

from django_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: