File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ In console you should run (remember that you don't type `(myvenv) ~/djangogirls$
1919
2020Run on Windows:
2121
22- (myvenv) ~/djangogirls$ python myvenv\Scripts\django-admin.py startproject mysite .
22+ (myvenv) ~/djangogirls$ python myvenv\Scripts\django-admin startproject mysite .
2323
2424or on Linux or Mac OS:
2525
26- (myvenv) ~/djangogirls$ django-admin.py startproject mysite .
26+ (myvenv) ~/djangogirls$ django-admin startproject mysite .
2727
28- ` django-admin.py ` is a script that will create the directories and files for you. You should now have a directory structure which looks like this:
28+ ` django-admin ` is a script that will create the directories and files for you. You should now have a directory structure which looks like this:
2929
3030 djangogirls
3131 ├───manage.py
You can’t perform that action at this time.
0 commit comments