| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | 
							- ==========
 
- 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%
 
- Contents
 
- ========
 
- .. toctree::
 
-    :maxdepth: 2
 
-    :caption: Documentation
 
-    getting_started
 
-    configuration
 
-    dashboard
 
-    dashboard_api
 
-    contribution
 
- License
 
- =======
 
- Django JET has two kinds of licenses: open-source (GPLv2) and commercial. Please note that using GPLv2
 
- code in your programs make them GPL too. So if you don't want to comply with that we can provide you a commercial
 
- license (visit Home page). The commercial license is designed for using Django JET in commercial products and
 
- applications without the provisions of the GPLv2.
 
- Resources
 
- =========
 
- * Home page: http://jet.geex-arts.com/
 
- * **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
 
- 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
 
 
  |