Skip to content
This repository has been archived by the owner on Jun 4, 2021. It is now read-only.

Commit

Permalink
minor cleanup of standalone settings
Browse files Browse the repository at this point in the history
  • Loading branch information
higs4281 committed Mar 22, 2018
1 parent 54cbfbc commit 53cd0ef
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions test_settings.py
@@ -1,4 +1,7 @@
import os

import dj_database_url

from django.utils.translation import ugettext_lazy as _
BASE_DIR = os.path.dirname(__file__)

Expand All @@ -8,12 +11,6 @@
('en', _('English')),
)

import dj_database_url

FIXTURE_DIRS = (
'%s/retirement_api/fixtures/' % BASE_DIR,
)

STANDALONE = True

DEBUG = True
Expand All @@ -24,7 +21,7 @@

TEMPLATE_DIRS = (
'%s/retirement_api/templates' % BASE_DIR,
)
)

# Application definition

Expand Down

0 comments on commit 53cd0ef

Please sign in to comment.