mirror of
https://github.com/Sosokker/ku-polls.git
synced 2025-12-19 05:24:05 +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) |