Files @ 3d4d5c783972
Branch filter:

Location: copyleftconf-website-fork/pinaxcon/proposals/admin.py

Christopher Neugebauer
First attempt at themeing a bit of the site
1
2
3
4
5
6
from django.contrib import admin

from .models import TalkProposal


admin.site.register(TalkProposal)