12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- ==========
- 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
- 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 (in this case please email at support@jet.geex-arts.com). 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
- 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
|