Skip to content

Commit

Permalink
fix json issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nyiyui committed Mar 6, 2024
1 parent 109dcf0 commit 215c4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gameserver/views/contest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from django.views.generic.base import RedirectView
from django.views.generic.detail import SingleObjectMixin
from django.views.generic.edit import CreateView, FormMixin, FormView
from django.core.cache import cache

from .. import forms, models
from . import mixin
Expand Down

0 comments on commit 215c4ce

Please sign in to comment.