bessst
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

admin.py
text/x-python

Download raw (97 bytes)

from django.contrib import admin
from newsletter.models import Email

admin.site.register(Email)