Skip to content

New Project - Caleb Django Crash Course

Create Django Project and add to Git

# We'll end up with a movies/movies folder structure
django-admin startproject movies .
# He added to git from the command line.
# I'm perfectly happy to do it the other way from the web
# He does a commit at this point.