mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 00:04:16 +03:00
tabs -> spaces
This commit is contained in:
parent
92d51c813f
commit
61a1eaa485
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user