Skip to content

Commit

Permalink
Clean up settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hugorodgerbrown committed Sep 29, 2021
1 parent e5b8a17 commit 0da90e0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/settings.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
from distutils.version import StrictVersion
from os import path

import django

DJANGO_VERSION = StrictVersion(django.get_version())

DEBUG = True
TEMPLATE_DEBUG = True
USE_TZ = True
Expand Down

0 comments on commit 0da90e0

Please sign in to comment.