Algo-Phantoms / Algo-Phantoms-Backend

💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
MIT License
43 stars 37 forks source link

fixed settings.py #19

Closed aditya201551 closed 3 years ago

aditya201551 commented 3 years ago

Fixes: issue #18

-> Updated settings.py file -> Ran tests locally: Successfull -> Database Migration: True -> local settings: to be added by admin

GSSOC' 2021

aditya201551 commented 3 years ago

initialized variable because in line 166 and 168 value of those variables are assigned to themselves without any initial value so I have added an initial value to those variables