import secrets
This commit is contained in:
parent
9fd445e947
commit
f8182e00e8
2 changed files with 5 additions and 0 deletions
1
nicohack202002/uncloud/uncloud/.gitignore
vendored
Normal file
1
nicohack202002/uncloud/uncloud/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
secrets.py
|
|
@ -142,3 +142,7 @@ USE_TZ = True
|
|||
# https://docs.djangoproject.com/en/3.0/howto/static-files/
|
||||
|
||||
STATIC_URL = '/static/'
|
||||
|
||||
|
||||
# Uncommitted file
|
||||
import uncloud.secrets
|
||||
|
|
Loading…
Reference in a new issue