From aa8e78224499b4f44e44d811a2bffb4e173b8959 Mon Sep 17 00:00:00 2001 From: yashasvisingh91 <66298475+yashasvisingh91@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:23:57 +0530 Subject: [PATCH 1/2] Update manage.py --- manage.py | 1 + 1 file changed, 1 insertion(+) diff --git a/manage.py b/manage.py index 78ca041..371f3d1 100755 --- a/manage.py +++ b/manage.py @@ -13,3 +13,4 @@ "forget to activate a virtual environment?" ) from exc execute_from_command_line(sys.argv) + #please try to make this more user friendly From a34041a75be03a8dffbae8317206fdfe090ad00b Mon Sep 17 00:00:00 2001 From: yashasvisingh91 <66298475+yashasvisingh91@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:30:12 +0530 Subject: [PATCH 2/2] Update admin.py --- registeration/admin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/registeration/admin.py b/registeration/admin.py index 52feaa7..c0e7676 100644 --- a/registeration/admin.py +++ b/registeration/admin.py @@ -2,4 +2,5 @@ from registeration.models import User from django.contrib.auth.admin import UserAdmin -admin.site.register(User , UserAdmin) \ No newline at end of file +admin.site.register(User , UserAdmin) +#please try to make this resposive for all the devices