mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-27 00:19:53 +03:00
A preposition is a bad thing to end a sentence with
This commit is contained in:
parent
0f0a07b732
commit
488644706d
|
@ -71,7 +71,7 @@ We also need to wire up the root urlconf, in the `tutorial/urls.py` file, to inc
|
|||
|
||||
Okay, we're ready to roll.
|
||||
|
||||
## Creating a model to work with
|
||||
## Creating a model with which to work
|
||||
|
||||
For the purposes of this tutorial we're going to start by creating a simple `Snippet` model that is used to store code snippets. Go ahead and edit the `snippets` app's `models.py` file. Note: Good programming practices include comments. Although you will find them in our repository version of this tutorial code, we have omitted them here to focus on the code itself.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user