mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 22:03:03 +00:00
django_try again
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.contrib import admin
|
||||
from polls.models import Poll, Choice
|
||||
# Register your models here.
|
||||
|
||||
admin.site.register(Poll)
|
||||
admin.site.register(Choice)
|
||||
Reference in New Issue
Block a user