5 lines
116 B
Python
5 lines
116 B
Python
from django.contrib import admin
|
|
from ohlhafv.models import OhlhafvChallenge
|
|
|
|
admin.site.register(OhlhafvChallenge)
|