diff --git a/.gitignore b/.gitignore index 1c223fa..370e58e 100644 --- a/.gitignore +++ b/.gitignore @@ -134,3 +134,4 @@ debug /static/admin/ /static/fontawesomefree/ +config.json diff --git a/config.json b/config.json deleted file mode 100644 index d834f37..0000000 --- a/config.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "DEBUG": false, - "SECRET_KEY": "", - "ALLOWED_HOSTS": [""], - "DATABASE": { - "ENGINE": "", - "NAME": "", - "USER": "", - "PASSWORD": "", - "HOST": "", - "PORT": "" - } -}