File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ In console you should run (remember that you don't type `(myvenv) ~/djangogirls$
2121
2222Run on Windows:
2323
24- (myvenv) ~/djangogirls$ python myvenv\Scripts\django-admin.py startproject mysite .
24+ (myvenv) ~/djangogirls$ python myvenv\Scripts\django-admin startproject mysite .
2525
2626or on Linux or Mac OS:
2727
28- (myvenv) ~/djangogirls$ django-admin.py startproject mysite .
28+ (myvenv) ~/djangogirls$ django-admin startproject mysite .
2929
30- ` 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:
30+ ` 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:
3131
3232 djangogirls
3333 ├───manage.py
You can’t perform that action at this time.
0 commit comments