Skip to content

Commit

Permalink
Delete old migrations
Browse files Browse the repository at this point in the history
nit
  • Loading branch information
WillNilges committed Sep 14, 2023
1 parent f3e2377 commit f989c01
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 138 deletions.
68 changes: 0 additions & 68 deletions src/meshapi/migrations/0001_initial.py

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions src/meshapi/migrations/0003_alter_request_install_id.py

This file was deleted.

3 changes: 3 additions & 0 deletions src/meshapi/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ def api_root(request, format=None):
return Response("We're meshin'.")


# === USERS ===


class UserList(generics.ListAPIView):
permission_classes = [permissions.IsAdminUser]
queryset = User.objects.all()
Expand Down

0 comments on commit f989c01

Please sign in to comment.