We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e77f0 commit 33e7856Copy full SHA for 33e7856
WebDev/Py_Django/Hello_World/ReadMe.md
@@ -6,7 +6,7 @@
6
1.2. ```pip install django ```
7
8
2. Create a Django project
9
- 2.1. django-admin startproject <PROJECT_NAME> . > dot = current directory
+ 2.1. ``` django-admin startproject <PROJECT_NAME> . ``` > dot = current directory
10
11
3. Run the server
12
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