diff --git a/manage.py b/manage.py index 4dcc227..4b36e8b 100644 --- a/manage.py +++ b/manage.py @@ -4,6 +4,7 @@ import sys + def main(): """Run administrative tasks.""" os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'assignment1.settings') diff --git a/readME.md b/readME.md index ee0bf0f..99cdf33 100644 --- a/readME.md +++ b/readME.md @@ -13,3 +13,4 @@ Google Chrome or any compatible browser 2) If the code is producing any runtime error which can be seen in the terminal or cmd, just refresh the browser page. Everything will reset and code will run again. +