mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
Merge pull request #398 from adamchainz/remove_env_loaded
Remove ENV_LOADED from test class
This commit is contained in:
commit
fcd03ada0f
1 changed files with 0 additions and 3 deletions
|
|
@ -2,7 +2,6 @@ import os
|
|||
import uuid
|
||||
|
||||
from configurations import Configuration, pristinemethod
|
||||
from configurations.values import BooleanValue
|
||||
|
||||
|
||||
class Test(Configuration):
|
||||
|
|
@ -10,8 +9,6 @@ class Test(Configuration):
|
|||
os.path.join(os.path.dirname(
|
||||
os.path.abspath(__file__)), os.pardir))
|
||||
|
||||
ENV_LOADED = BooleanValue(False)
|
||||
|
||||
DEBUG = True
|
||||
|
||||
SITE_ID = 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue