mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-08-04 20:40:14 +03:00
Merge f3c805eade
into 99382f3ccb
This commit is contained in:
commit
efe0e566ee
|
@ -38,7 +38,7 @@ To get started, let's create a new project to work with.
|
|||
|
||||
Once that's done we can create an app that we'll use to create a simple Web API.
|
||||
|
||||
python manage.py startapp snippets
|
||||
django-admin.py startapp snippets
|
||||
|
||||
We'll need to add our new `snippets` app and the `rest_framework` app to `INSTALLED_APPS`. Let's edit the `tutorial/settings.py` file:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user