Martin Mahner
2fb745565d
Removed context debris.
2017-09-13 09:35:55 +02:00
Martin Mahner
ae27acf1f9
Backwards incompatible: django-mptt removal.
...
Removal of django-mptt and therefor the removal of a tree based snippet list, due to performance reasons with large snippet counts.
Snippets still have a 'parent' relation if it's an answer of another snippet, however this is no longer a Nested Set. The UI is simplified too and the user can now only compare an answer to it's parent snippet. I believe this is the major use case anyway.
2017-01-19 12:10:35 +01:00
Martin Mahner
4b6dbb34d5
Use Postgres for testing.
2016-12-02 13:38:13 +01:00
Martin Mahner
6505f07a2a
Moved template variables into a context processor. Fixed content type handling with Django 1.10.
2016-09-06 15:08:03 +02:00
Martin Mahner
b51c16bcbc
Code cleanup and update for Django 1.10. Fixed all warnings.
2016-09-04 20:06:07 +02:00
Martin Mahner
021101d9e0
Fix for missing languages in about menu.
2016-03-25 11:43:06 +01:00
Martin Mahner
d2a704c075
Code Updates for Django 1.8+
2016-03-23 14:02:19 +01:00
Martin Mahner
1692d4572c
No longer hide the base settings, have them in base.
2015-08-12 06:19:01 +02:00
Martin Mahner
74e474b390
Removed media path settings, there are no file uploads
2015-01-09 08:49:26 +00:00
Martin Mahner
4939467620
Removed South from the default settings since it’s no longer compatible with latest Django 1.7.
2014-12-14 18:11:57 +01:00
Martin Mahner
b25b9b888e
Cleaned up all imports using isort.
2014-12-14 18:03:35 +01:00
Martin Mahner
ea27bf9e0f
Language support!
2014-10-28 11:22:43 +01:00
Martin Mahner
d014c4df3f
DEBUG is now False by default.
2014-10-25 12:09:06 +02:00
Martin Mahner
130605a04c
Added csrf support. Closes issue #34 .
2013-12-17 22:52:21 +01:00
Martin Mahner
8e727cb940
Set to debug True by default.
2013-11-25 19:36:50 +01:00
Martin Mahner
715be017dd
Removed caches since they are not used. Back to db based session storage. Re-added sessions backend.
2013-11-25 09:12:25 +01:00
Martin Mahner
d14bde889f
Cleaned settings.
2013-11-24 23:02:16 +01:00
Martin Mahner
1fce9e38f6
Reorganised settings. Removed Redis cache from base settings.
2013-11-23 16:08:11 +01:00