I\'m damned if I can figure out why my models are not showing in the admin.
models.py looks like this:
from django.db import models class Publication(mo
Check that you have admin.autodiscover() in urls.py.