Skip to content

Commit

Permalink
Add Contest admin
Browse files Browse the repository at this point in the history
  • Loading branch information
Mortal committed Apr 27, 2018
1 parent dfe398a commit d48e5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kasse/admin.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from __future__ import absolute_import, unicode_literals, division

from django.contrib import admin
from kasse.models import Association, Title, Profile
from kasse.models import Association, Title, Profile, Contest


class TitleAdmin(admin.ModelAdmin):
Expand Down Expand Up @@ -45,3 +45,4 @@ def get_profile_display(self, o):
admin.site.register(Association)
admin.site.register(Title, TitleAdmin)
admin.site.register(Profile, ProfileAdmin)
admin.site.register(Contest)

0 comments on commit d48e5e3

Please sign in to comment.