fix(cof-staging): DEBUG flag
This commit is contained in:
parent
3319b5c3ce
commit
810a4a85c6
1 changed files with 4 additions and 0 deletions
|
@ -121,6 +121,8 @@ mkMerge (
|
||||||
ps.wagtail
|
ps.wagtail
|
||||||
ps.wagtail-modeltranslation
|
ps.wagtail-modeltranslation
|
||||||
ps.wagtailmenus
|
ps.wagtailmenus
|
||||||
|
|
||||||
|
ps.django-debug-toolbar
|
||||||
];
|
];
|
||||||
|
|
||||||
application = {
|
application = {
|
||||||
|
@ -143,6 +145,8 @@ mkMerge (
|
||||||
];
|
];
|
||||||
GESTIOCOF_SERVER_EMAIL = "gestion@cof.ens.fr";
|
GESTIOCOF_SERVER_EMAIL = "gestion@cof.ens.fr";
|
||||||
|
|
||||||
|
GESTIOCOF_DEBUG = true;
|
||||||
|
|
||||||
# fake credentials
|
# fake credentials
|
||||||
GESTIOCOF_SECRET_KEY = "insecure-key";
|
GESTIOCOF_SECRET_KEY = "insecure-key";
|
||||||
GESTIOCOF_HCAPTCHA_SECRET = "0x0000000000000000000000000000000000000000";
|
GESTIOCOF_HCAPTCHA_SECRET = "0x0000000000000000000000000000000000000000";
|
||||||
|
|
Loading…
Add table
Reference in a new issue