Skip to content

Commit

Permalink
Update ReadMe.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobPapirov authored Jan 17, 2022
1 parent 78e77f0 commit 33e7856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebDev/Py_Django/Hello_World/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
1.2. ```pip install django ```

2. Create a Django project
2.1. django-admin startproject <PROJECT_NAME> . > dot = current directory
2.1. ``` django-admin startproject <PROJECT_NAME> . ``` > dot = current directory

3. Run the server
3.1. python manage.py runserver > It will complain about no database migrations, but we don't need a database for "Hello World!"
Expand Down

0 comments on commit 33e7856

Please sign in to comment.