mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 21:44:06 +01:00
5 lines
93 B
Python
5 lines
93 B
Python
from django.contrib import admin
|
|
|
|
from .models import Question
|
|
|
|
admin.site.register(Question) |