From e5d1451172a9e96ba916706aff4b0d91f573060e Mon Sep 17 00:00:00 2001 From: Manoj Tyagi <38884133+neo-0224@users.noreply.github.com> Date: Wed, 10 Apr 2019 16:23:33 +0530 Subject: [PATCH 1/3] Doctype description added --- frontend/html5.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/html5.html b/frontend/html5.html index e1691ba..fc58d2a 100644 --- a/frontend/html5.html +++ b/frontend/html5.html @@ -6,7 +6,7 @@ - + From 4e10d483d311bc6bc11b4a64ca1d3a7e732d6a93 Mon Sep 17 00:00:00 2001 From: Ryan Febriansyah <15523163@students.uii.ac.id> Date: Thu, 11 Apr 2019 04:15:52 +0700 Subject: [PATCH 2/3] updated django-admin command --- backend/django.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/django.py b/backend/django.py index 42895ed..3cc384c 100644 --- a/backend/django.py +++ b/backend/django.py @@ -48,3 +48,5 @@ django-admin startapp # create a new django application with django-admin migrate # synchronize the database state with your current state project models and migrations django-admin makemigrations # create new migrations to the database based on the changes detected in the models django-admin runserver # start the development webserver at 127.0.0.1 with the port 8000 +django-admin help # display usage information and a list of the commands provided by each application +django-admin version # display the current django version From 461ae708cc9870969d22164b86db9311d85f177d Mon Sep 17 00:00:00 2001 From: HemendraKhatik <37813372+HemendraKhatik@users.noreply.github.com> Date: Sat, 13 Apr 2019 04:19:28 +0530 Subject: [PATCH 3/3] Update html5.html --- frontend/html5.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/html5.html b/frontend/html5.html index fc58d2a..e40173c 100644 --- a/frontend/html5.html +++ b/frontend/html5.html @@ -6,8 +6,8 @@ - - + +