123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- ==========
- Django JET
- ==========
- About
- =====
- **Modern template for Django admin interface with improved functionality**
- .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/logo.png
- :width: 500px
- :height: 500px
- :scale: 50%
- Beta
- ====
- Current version is still in beta phase. Use it at your own risk (though may be already enough workable).
- Getting started
- ===============
- .. toctree::
- :maxdepth: 2
- getting_started
- Configuration
- =============
- .. toctree::
- :maxdepth: 2
- configuration
- Dashboard
- =========
- .. toctree::
- :maxdepth: 2
- dashboard
- Pricing
- =======
- Free for non-commercial use. If you would like to use it in commercial project, please email at support@jet.geex-arts.com
- Resources
- =========
- * Home page: incoming
- * **Live Demo**: http://demo.jet.geex-arts.com/admin/
- * PyPI: https://pypi.python.org/pypi/django-jet
- * Support: support@jet.geex-arts.com
- .. image:: https://travis-ci.org/geex-arts/django-jet.svg?branch=master
- :target: https://travis-ci.org/geex-arts/django-jet
- Screenshots
- ===========
- Index dashboard
- .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen1_720.png
- :alt: Screenshot #1
- :align: center
- :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen1.png
- Changelist
- .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen2_720.png
- :alt: Screenshot #2
- :align: center
- :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen2.png
- Changeform + sidemenu
- .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen3_720.png
- :alt: Screenshot #3
- :align: center
- :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen3.png
- License
- =======
- Django JET is licensed under a
- The GNU General Public License, Version 2
|