index.rst 2.0 KB

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