fix naming

This commit is contained in:
jb-alvarado 2020-04-30 21:31:44 +02:00
parent 71f5d2d40e
commit 16c64ea0eb
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
from daswort.settings.common import *
from ffplayout.settings.common import *
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'dhgfk(gl&16krnt_7*dp(9b3w*ft%nbsg-h2)&ihbte4le#o4f'

View File

@ -1,4 +1,4 @@
from daswort.settings.common import *
from ffplayout.settings.common import *
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = '---a-very-important-secret-key:-generate-it-new---'