File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ $ git clone https://github.com/shreys7/django-todo.git
88```
99You will need django to be installed in you computer to run this app. Head over to https://www.djangoproject.com/download/ for the download guide
1010
11- Once you have downloaded django, go to todoApp directory and run the following commands
11+ Once you have downloaded django, go to todoApp directory and run the following command
1212
1313``` bash
1414$ python manage.py makemigrations
@@ -27,6 +27,6 @@ That was pretty simple, right? Now let's make the App live. We just need to star
2727$ python manage.py runserver
2828```
2929
30- You can see the line on which the server is hosted. Once the server is hosted, head over to http://127.0.0.1:8000/todos for the App.
30+ Once the server is hosted, head over to http://127.0.0.1:8000/todos for the App.
3131
3232Cheers and Happy Coding :)
You can’t perform that action at this time.
0 commit comments