dpaste/dpaste/settings
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
..
__init__.py No longer hide the base settings, have them in base. 2015-08-12 06:19:01 +02:00
base.py Backwards incompatible: django-mptt removal. 2017-01-19 12:10:35 +01:00
local.py.example Use Postgres for testing. 2016-12-02 13:38:13 +01:00