Re-inserting ev.settings along with ev.settings_full. It got accidentally deleted in the previous commit.
This commit is contained in:
parent
63549e8c0c
commit
7a8e53b3bd
1 changed files with 1 additions and 0 deletions
1
ev.py
1
ev.py
|
|
@ -89,6 +89,7 @@ if __name__ == "__main__":
|
|||
|
||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||
from django.conf import settings as settings_full
|
||||
from game import settings
|
||||
try:
|
||||
settings_full.configure()
|
||||
except RuntimeError:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue