index.rst 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. ==========
  2. Django JET
  3. ==========
  4. About
  5. =====
  6. **Modern template for Django admin interface with improved functionality**
  7. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/logo.png
  8. :width: 500px
  9. :height: 500px
  10. :scale: 50%
  11. Contents
  12. ========
  13. .. toctree::
  14. :maxdepth: 2
  15. :caption: Documentation
  16. getting_started
  17. configuration
  18. dashboard
  19. dashboard_api
  20. contribution
  21. License
  22. =======
  23. Django JET has two kinds of licenses: open-source (AGPLv3) and commercial. Please note that using AGPLv3
  24. code in your programs make them AGPL compatible too. So if you don't want to comply with that we can provide you
  25. a commercial license (visit Home page). The commercial license is designed for using Django JET in commercial products
  26. and applications without the provisions of the AGPLv3.
  27. Resources
  28. =========
  29. * Home page: http://jet.geex-arts.com/
  30. * **Live Demo**: http://demo.jet.geex-arts.com/admin/
  31. * libi.io http://libi.io/library/1683/django-jet
  32. * PyPI: https://pypi.python.org/pypi/django-jet
  33. * Support: support@jet.geex-arts.com
  34. .. image:: https://travis-ci.org/geex-arts/django-jet.svg?branch=master
  35. :target: https://travis-ci.org/geex-arts/django-jet
  36. Screenshots
  37. ===========
  38. Index dashboard
  39. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen1_720.png
  40. :alt: Screenshot #1
  41. :align: center
  42. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen1.png
  43. Changelist
  44. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen2_720.png
  45. :alt: Screenshot #2
  46. :align: center
  47. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen2.png
  48. Sidemenu
  49. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen3_720.png
  50. :alt: Screenshot #3
  51. :align: center
  52. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen3.png