Commit 61a1eaa4 by Tom Christie

tabs -> spaces

parent 92d51c81
...@@ -6,8 +6,8 @@ We're going to create a simple API to allow admin users to view and edit the use ...@@ -6,8 +6,8 @@ We're going to create a simple API to allow admin users to view and edit the use
Create a new Django project named `tutorial`, then start a new app called `quickstart`. Create a new Django project named `tutorial`, then start a new app called `quickstart`.
# Create the project directory # Create the project directory
mkdir tutorial mkdir tutorial
cd tutorial cd tutorial
# Create a virtualenv to isolate our package dependencies locally # Create a virtualenv to isolate our package dependencies locally
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment