symposion_app/pinaxcon/registrasion/admin.py
James Polley 5409d4974a The 2018ificiation
I think this removes most references to "hobart", "pycon", and "2017"

There are still some references to some images that we don't have a
replacement for.
2017-09-30 00:44:13 +10:00

5 lines
96 B
Python

from django.contrib import admin
from .models import PastEvent
admin.site.register(PastEvent)