Skip to content

Commit 33e7856

Browse files
authored
Update ReadMe.md
1 parent 78e77f0 commit 33e7856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WebDev/Py_Django/Hello_World/ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
1.2. ```pip install django ```
77

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

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

0 commit comments

Comments
 (0)