Skip to content
Snippets Groups Projects
Commit be0e367e authored by Tobias Ørstad's avatar Tobias Ørstad
Browse files
parents 4f804293 ec8b07d6
No related branches found
No related tags found
1 merge request!31Complete exercise 3
import django
from rest_framework import mixins, generics
from rest_framework import mixins, generics, permissions
from workouts.mixins import CreateListModelMixin
from rest_framework import permissions
from users.serializers import (
UserSerializer,
OfferSerializer,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment