index.rst 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  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. License
  27. =======
  28. Django JET has two kinds of licenses: open-source (GPLv2) and commercial. Please note that using GPLv2
  29. code in your programs make them GPL too. So if you don't want to comply with that we can provide you a commercial
  30. license (in this case please email at support@jet.geex-arts.com). The commercial license
  31. is designed for using Django JET in commercial products and applications without the provisions of the GPLv2.
  32. Resources
  33. =========
  34. * Home page: http://jet.geex-arts.com/
  35. * **Live Demo**: http://demo.jet.geex-arts.com/admin/
  36. * PyPI: https://pypi.python.org/pypi/django-jet
  37. * Support: support@jet.geex-arts.com
  38. .. image:: https://travis-ci.org/geex-arts/django-jet.svg?branch=master
  39. :target: https://travis-ci.org/geex-arts/django-jet
  40. Screenshots
  41. ===========
  42. Index dashboard
  43. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen1_720.png
  44. :alt: Screenshot #1
  45. :align: center
  46. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen1.png
  47. Changelist
  48. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen2_720.png
  49. :alt: Screenshot #2
  50. :align: center
  51. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen2.png
  52. Changeform + sidemenu
  53. .. image:: https://raw.githubusercontent.com/geex-arts/jet/static/screen3_720.png
  54. :alt: Screenshot #3
  55. :align: center
  56. :target: https://raw.githubusercontent.com/geex-arts/jet/static/screen3.png