Skip to content

Commit

Permalink
fix django template settings be just using defaults (#65)
Browse files Browse the repository at this point in the history
seriously, stop complaining about things I don't care about
  • Loading branch information
crccheck committed Apr 23, 2016
1 parent 809c7b0 commit 73f1f44
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions example_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ def project_dir(*paths):


DEBUG = True
TEMPLATES = [
{
'BACKEND': 'django.template.backends.django.DjangoTemplates',
'APP_DIRS': True,
},
]

DATABASES = {'default': dj_database_url.config(default='sqlite:///' +
project_dir('example_project.db'))}
Expand Down

0 comments on commit 73f1f44

Please sign in to comment.