From aaa403d5d1f2b1d21e89137c0d2f9e592d89b7ac Mon Sep 17 00:00:00 2001 From: saisujan07 <57230407+saisujan07@users.noreply.github.com> Date: Thu, 31 Oct 2019 22:19:10 +0530 Subject: [PATCH] Update settings.py --- musicapp/settings.py | 15 --------------- 1 file changed, 15 deletions(-) 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 = []