index.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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. Getting started
  12. ===============
  13. .. toctree::
  14. :maxdepth: 2
  15. getting_started
  16. Configuration
  17. =============
  18. .. toctree::
  19. :maxdepth: 2
  20. configuration
  21. Dashboard
  22. =========
  23. .. toctree::
  24. :maxdepth: 2
  25. dashboard
  26. Dashboard API
  27. =============
  28. .. toctree::
  29. :maxdepth: 2
  30. dashboard_api
  31. License
  32. =======
  33. Django JET has two kinds of licenses: open-source (GPLv2) and commercial. Please note that using GPLv2
  34. code in your programs make them GPL too. So if you don't want to comply with that we can provide you a commercial
  35. license (visit Home page). The commercial license is designed for using Django JET in commercial products and
  36. applications without the provisions of the GPLv2.
  37. Resources
  38. =========
  39. * Home page: http://jet.geex-arts.com/
  40. * **Live Demo**: http://demo.jet.geex-arts.com/admin/
  41. * PyPI: https://pypi.python.org/pypi/django-jet
  42. * Support: support@jet.geex-arts.com
  43. .. image:: https://travis-ci.org/geex-arts/django-jet.svg?branch=master
  44. :target: https://travis-ci.org/geex-arts/django-jet
  45. Screenshots
  46. ===========
  47. Index dashboard
  48. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen1_720.png
  49. :alt: Screenshot #1
  50. :align: center
  51. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen1.png
  52. Changelist
  53. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen2_720.png
  54. :alt: Screenshot #2
  55. :align: center
  56. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen2.png
  57. Sidemenu
  58. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen3_720.png
  59. :alt: Screenshot #3
  60. :align: center
  61. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen3.png