Django for Designers: Difference between revisions

imported>Paulproteus
(→‎Django templates 101: Higher clarity)
imported>Paulproteus
Line 141:
 
Exit the server by returning to the terminal window where the development server is running and pressing CONTROL-C on your keyboard.
 
One super useful tip is to open a new terminal (a new tab, or a new window, on your convenience) and keep the runserver always open there. By default, Django's runserver will automatically reload to reflect any changes that you make, so there's no need to stop and start it.
 
Do that now to save you time later. Remember that you will need to ''cd'' into the right place, and ''activate'' the virtualenv again.
 
====Version control====
Anonymous user