feat(env): Add necessary files
This commit is contained in:
parent
900073d3ab
commit
f1259f73d7
3 changed files with 6 additions and 0 deletions
1
.credentials/SECRET_KEY
Normal file
1
.credentials/SECRET_KEY
Normal file
|
@ -0,0 +1 @@
|
||||||
|
insecure-secret-key
|
1
.rhosts
Normal file
1
.rhosts
Normal file
|
@ -0,0 +1 @@
|
||||||
|
+@eleves thubrecht
|
|
@ -51,6 +51,9 @@ in
|
||||||
ps.markdown
|
ps.markdown
|
||||||
ps.pillow
|
ps.pillow
|
||||||
ps.loadcredential
|
ps.loadcredential
|
||||||
|
|
||||||
|
# Dev packages
|
||||||
|
ps.django-stubs
|
||||||
]))
|
]))
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -61,6 +64,7 @@ in
|
||||||
|
|
||||||
BOCAL_DEBUG = builtins.toJSON true;
|
BOCAL_DEBUG = builtins.toJSON true;
|
||||||
BOCAL_STATIC_ROOT = builtins.toString ./.static;
|
BOCAL_STATIC_ROOT = builtins.toString ./.static;
|
||||||
|
BOCAL_RHOSTS_PATH = builtins.toString ./.rhosts;
|
||||||
};
|
};
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
Loading…
Reference in a new issue