5409d4974a
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.
5 lines
96 B
Python
5 lines
96 B
Python
from django.contrib import admin
|
|
|
|
from .models import PastEvent
|
|
|
|
admin.site.register(PastEvent)
|