From e596b6ad2b6a50c223efeaca14e8a16e2237285f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Mon, 1 May 2017 21:05:11 +0200 Subject: Update installation scripts --- example_project/settings.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index ea7aa48fc..2e91cb73f 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -228,9 +228,6 @@ ISHTAR_DOC_TYPES = {u"undefined": u"Undefined"} ISHTAR_DPTS = [] -PRE_APPS = [] -EXTRA_APPS = [] - TEST_RUNNER = 'ishtar_common.tests.ManagedModelTestRunner' try: -- cgit v1.2.3