move static/media/sqlite into project root path

pull/2/head
JensDiemer 2020-10-16 18:07:09 +02:00
rodzic 28fff626a8
commit 14627d0ff5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ print('Use settings:', __file__)
# Build paths inside the project:
BASE_PATH = __Path(__file__).resolve().parent
BASE_PATH = __Path(__file__).resolve().parent.parent
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'TODO: Read secret.txt ;)'