index.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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 GPL too. So if you don't want to comply with that we can provide you a commercial
  25. license (visit Home page). The commercial license is designed for using Django JET in commercial products and
  26. 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. * PyPI: https://pypi.python.org/pypi/django-jet
  32. * Support: support@jet.geex-arts.com
  33. .. image:: https://travis-ci.org/geex-arts/django-jet.svg?branch=master
  34. :target: https://travis-ci.org/geex-arts/django-jet
  35. Screenshots
  36. ===========
  37. Index dashboard
  38. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen1_720.png
  39. :alt: Screenshot #1
  40. :align: center
  41. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen1.png
  42. Changelist
  43. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen2_720.png
  44. :alt: Screenshot #2
  45. :align: center
  46. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen2.png
  47. Sidemenu
  48. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen3_720.png
  49. :alt: Screenshot #3
  50. :align: center
  51. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen3.png