django_extjs4

Packages extjs as a Django app
Download

django_extjs4 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Espen Angell Kristiansen
  • Publisher web site:
  • http://devilry.github.com

django_extjs4 Tags


django_extjs4 Description

The current version of ExtJS distributed with this app is 4.0.7.Installationpip install django_extjs4SetupJust add 'django.contrib.staticfiles' and 'django_extjs4' to INSTALLED_APPS in your settings.py:INSTALLED_APPS = ( # ... 'django.contrib.staticfiles', 'extjs4', # ...)Refer to Django static files documentation to configure and deploy static files.Template contextThe extjs4.context_processors.extjs4 template context adds exports the EXTJS4_DEBUG attribute from settings.py to your Django templates. This is useful if you want to be able to test your production ExtJS app on the Django test server, since setting DEBUG to True disables staticfiles. If you add the template context, but do not set EXTJS4_DEBUG in settings.py, it defaults to False.What parts of ExtJS is included?The ExtJS sources, except for the examples/ and docs/ directories is included in extjs4/static/extjs4/.UsageSee django_extjs4_examples.Product's homepage


django_extjs4 Related Software