diff options
| author | Tom Christie | 2014-08-18 11:55:22 +0100 | 
|---|---|---|
| committer | Tom Christie | 2014-08-18 11:55:22 +0100 | 
| commit | 61a1eaa4856dca3879010465fd0d60244450960e (patch) | |
| tree | db1d13e978f9e40da0fc63619a0a4d367f22dbb0 /docs/tutorial/quickstart.md | |
| parent | 92d51c813f7c6ef4b43ae83093fc18e94ce4139e (diff) | |
| download | django-rest-framework-61a1eaa4856dca3879010465fd0d60244450960e.tar.bz2 | |
tabs -> spaces
Diffstat (limited to 'docs/tutorial/quickstart.md')
| -rw-r--r-- | docs/tutorial/quickstart.md | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/docs/tutorial/quickstart.md b/docs/tutorial/quickstart.md index 0e60fa7c..98e5f439 100644 --- a/docs/tutorial/quickstart.md +++ b/docs/tutorial/quickstart.md @@ -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 the project directory -	mkdir tutorial +    # Create the project directory +    mkdir tutorial      cd tutorial      # Create a virtualenv to isolate our package dependencies locally | 
