mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-05-26 01:03:12 +03:00
commit
e48a3a01d9
|
@ -27,7 +27,7 @@ Notice that we're using hyperlinked relations in this case, with `HyperlinkedMod
|
||||||
|
|
||||||
## Views
|
## Views
|
||||||
|
|
||||||
Right, we'd better right some views then. Open `quickstart/views.py` and get typing.
|
Right, we'd better write some views then. Open `quickstart/views.py` and get typing.
|
||||||
|
|
||||||
from django.contrib.auth.models import User, Group
|
from django.contrib.auth.models import User, Group
|
||||||
from rest_framework import generics
|
from rest_framework import generics
|
||||||
|
|
Loading…
Reference in New Issue
Block a user