Skip to main content

a django admin theme using vali-admin and bootstrap closable nav-tabs,

Project description

Django-vali
------------
- platform Backend part built using the `Django`_ ,
- And replace default admin templates using `Vali Admin`_
- At the moment the software is in alpha version.
- python documentation will coming later.

Requirements
------------

django >= 1.10

How to use
----------
- Install with pip
code ::
$ pip install django-vali

- Add `vali` to your `INSTALLED_APPS` setting like this:

code ::
INSTALLED_APPS = (
'vali',
'django.contrib.admin',
...
)

- Create your local_settings.py and put your database connection settings there. Then build django database:

code ::
$ ./manage.py runserver

- Point your browser to http://localhost:8000


License
--------
This project is licensed under the [MIT](LICENSE) License

.. _`Django`: http://djangoproject.com/
.. _`Vali Admin`: https://github.com/pratikborsadiya/vali-admin

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-vali-0.1.3.tar.gz (991.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page