diff --git a/musicapp/settings.py b/musicapp/settings.py index 31678d81..96a8e060 100644 --- a/musicapp/settings.py +++ b/musicapp/settings.py @@ -1,14 +1,3 @@ -""" -Django settings for musicapp project. - -Generated by 'django-admin startproject' using Django 2.1.1. - -For more information on this file, see -https://docs.djangoproject.com/en/2.1/topics/settings/ - -For the full list of settings and their values, see -https://docs.djangoproject.com/en/2.1/ref/settings/ -""" import os @@ -16,13 +5,9 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) -# Quick-start development settings - unsuitable for production -# See https://docs.djangoproject.com/en/2.1/howto/deployment/checklist/ -# SECURITY WARNING: keep the secret key used in production secret! SECRET_KEY = 'i1&!%g9sn$2_!3x=63w&0p^q$2dpy(a+9!0w8l3v0ojh)_p&wk' -# SECURITY WARNING: don't run with debug turned on in production! DEBUG = True ALLOWED_HOSTS = []