aboutsummaryrefslogtreecommitdiffstats
path: root/docs/installation.rst
AgeCommit message (Collapse)Author
2014-07-26Make note of the incompatability with the GZipMiddleware.tschilling
2014-07-26Don't suggest adding the app config to INSTALLED_APPS.Aymeric Augustin
This is more in line with Django's contrib apps. Fix #621.
2014-01-08Add an AppConfig for Django 1.7.Aymeric Augustin
2013-12-24Implicit setup can also fail with ImproperlyConfigured.Aymeric Augustin
Fix #511.
2013-11-30Small documentation improvements.Aymeric Augustin
2013-11-30Provide a solution to prevent monkey-patching the settings.Aymeric Augustin
This is necessary to work around extreme cases of circular imports. We really need to reverse URLs at import time and this isn't always possible.
2013-11-30Fix instructions for installing the dev versionAymeric Augustin
2013-11-24Add short release notes for 1.0.Aymeric Augustin
Fix #475.
2013-11-24Take advantage of django.contrib.staticfiles to serve static files.Aymeric Augustin
It is the de facto standard nowadays and there's no good reason not to use it.
2013-11-13Provide an option to force rendering panels in page.Aymeric Augustin
Requested by David who seems to runs the debug toolbar in production :-)
2013-11-12Make it possible for panels to provide URLs and views.Aymeric Augustin
Fix #448.
2013-11-11Rewrite installation instructions.Aymeric Augustin
2013-11-01Add response headers to the Headers panel.Aymeric Augustin
2013-10-27Migrate info from README to docs.Aymeric Augustin
2013-10-27Initial structure of the docs.Aymeric Augustin