- 06 Jun, 2016 3 commits
-
-
WhiteNoise 3.0 switched to a new middleware based integration approach: http://whitenoise.evans.io/en/stable/changelog.html#v3-0 This means WhiteNoise now plays nicely with other middleware classes such as `SecurityMiddleware`, allowing for HTTPS redirection for WhiteNoise-served assets too. Full documentation is here: http://whitenoise.evans.io/en/stable/django.html#enable-whitenoise
Ed Morley committed -
Brings the templates in sync with: https://github.com/django/django/blob/1.9.7/django/conf/project_template/project_name/settings.py-tpl https://github.com/django/django/blob/1.9.7/django/conf/project_template/project_name/urls.py-tpl https://github.com/django/django/blob/1.9.7/django/conf/project_template/project_name/wsgi.py-tpl
Ed Morley committed
- 12 Feb, 2016 1 commit
-
-
Kenneth Reitz committed
-
- 10 Feb, 2016 2 commits
-
-
Kenneth Reitz committed
-
tuples to lists
Kenneth Reitz committed
-
- 09 Feb, 2016 1 commit
-
-
Vamsi committed
-
- 05 Feb, 2016 1 commit
-
-
Kenneth Reitz committed
-
- 04 Feb, 2016 2 commits
-
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
- 27 Jan, 2016 2 commits
-
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
- 14 Jan, 2016 4 commits
-
-
Removed deprecated TEMPLATE_DEBUG setting from settings.py
Kenneth Reitz committed -
Kenneth Reitz committed
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
- 12 Dec, 2015 1 commit
-
-
Instead of setting TEMPLATES option debug to True, use DEBUG setting to make toggling debug mode easier.
Thanasis Daglis committed
-
- 10 Dec, 2015 2 commits
-
-
Kenneth Reitz committed
-
Closes #28
Kenneth Reitz committed
-
- 07 Nov, 2015 1 commit
-
-
TDaglis committed
-
- 08 Oct, 2015 2 commits
-
-
Update WhiteNoise version
Kenneth Reitz committed -
Fix BASE_DIR
Kenneth Reitz committed
-
- 11 Aug, 2015 1 commit
-
-
The new version automatically picks up changes to files when `DEBUG = True` . This doesn't make any difference if you're using `runserver` as that overrides the static file handling anyway, but for people using gunicorn in development it can be frustrating. See e.g. http://stackoverflow.com/questions/31911496/
David Evans committed
-
- 01 Jun, 2015 1 commit
-
-
Ed Solis committed
-
- 27 May, 2015 1 commit
-
-
remove unneccessary whitespace in settings.py
Kenneth Reitz committed
-
- 16 May, 2015 1 commit
-
-
andreas committed
-
- 12 May, 2015 4 commits
-
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
Kenneth Reitz committed
-
- 23 Mar, 2015 2 commits
-
-
added missing quote marks around secret_key, fix problems from PR#10
Kenneth Reitz committed -
Chester Balingit committed
-
- 20 Mar, 2015 2 commits
-
-
Generate new SECRET_KEY when using the repo as `startproject` template
Kenneth Reitz committed -
typo fix
Kenneth Reitz committed
-
- 13 Feb, 2015 2 commits
-
-
Update requirements.txt
Kenneth Reitz committed -
Jearel Alcantara committed
-
- 30 Jan, 2015 2 commits
-
-
Update readme to call migrate instead of syncdb
Kenneth Reitz committed -
`syncdb` is deprecated as of Django 1.7
Brenton Cleeland committed
-
- 24 Jan, 2015 2 commits
-
-
typo fix
eduardo luttner committed -
eduardo luttner committed
-