Merge pull request #170 from CDC-IITDH/email_verify_manual
fix debug environment variable bug
This commit is contained in:
commit
c315759a81
|
@ -1,6 +1,6 @@
|
||||||
import os
|
import os
|
||||||
|
|
||||||
DEBUG = os.environ.get('DEBUG')
|
DEBUG = os.environ.get('DEBUG') == "True"
|
||||||
|
|
||||||
BRANCH_CHOICES = [
|
BRANCH_CHOICES = [
|
||||||
["CSE", "CSE"],
|
["CSE", "CSE"],
|
||||||
|
|
Loading…
Reference in New Issue