Useless import in prod settings
This commit is contained in:
parent
9c1092cf8f
commit
1956f38176
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
from .settings_base import *
|
from .settings_base import *
|
||||||
|
|
||||||
import os, sys
|
import os, sys
|
||||||
from django.core.urlresolvers import reverse_lazy
|
|
||||||
|
|
||||||
PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))
|
PROJECT_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||||
BASE_DIR = os.path.dirname(PROJECT_DIR)
|
BASE_DIR = os.path.dirname(PROJECT_DIR)
|
||||||
|
|
Loading…
Reference in a new issue