mirror of
https://github.com/Rushilwiz/HiLo.git
synced 2025-04-09 14:40:16 -04:00
6 lines
114 B
Python
Executable File
6 lines
114 B
Python
Executable File
from django.contrib import admin
|
|
from .models import Poll
|
|
|
|
# Register your models here.
|
|
|
|
admin.site.register(Poll) |