Skip to content

Commit

Permalink
Merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dcwatson committed Apr 22, 2024
1 parent 16e96d9 commit 9e7d730
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
from functools import wraps

from django.http import JsonResponse

from core.models import Config


def identity_required(function):
"""
Makes sure the token is tied to an identity, not an app only.
Expand Down
12 changes: 12 additions & 0 deletions users/migrations/0025_merge_0023_identity_indexable_0024_list.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Generated by Django 4.2.11 on 2024-04-22 18:38

from django.db import migrations


class Migration(migrations.Migration):
dependencies = [
("users", "0023_identity_indexable"),
("users", "0024_list"),
]

operations = []

0 comments on commit 9e7d730

Please sign in to comment.