mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
4 lines
88 B
Python
4 lines
88 B
Python
from django.contrib import admin
|
|
from poll.models import Poll
|
|
admin.site.register(Poll)
|