/todo

Primary LanguagePythonMIT LicenseMIT

Todo_App_Django

PLEASE NOTE THAT secret key has been set to "" SECRET_KEY = ''

debug is set to False DEBUG = False

Since debug is set to False ,allowed_hosts is set as: ALLOWED_HOSTS = ['localhost', '127.0.0.1']