You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
no risk that doing git init . adds the full home folder
The drawback is that the startproject command needs to become python manage.py startproject ., so we need to add a short explanation of what . means (and at this point, we might as well mention .. too).
The change will probably be quite invasive, because we need to go through all the tutorial and make sure the paths are OK.
In the django_start_project we now create it in the base directory as mysite and later create an app called blog. Do we still want to do this or go straight to an app named blog?
Move virtualenv and app into a centralised djangogirls folder
The text was updated successfully, but these errors were encountered: