~anna-granudd/mailmanweb/systers_ui

« back to all changes in this revision

Viewing changes to systers_django/admin.py

  • Committer: Anna Granudd
  • Date: 2010-08-02 13:06:26 UTC
  • Revision ID: anna@athena-20100802130626-wfn5gbvdo5aacy72
Changed folder logic; main folder now mailman_ui instead of systers_ui.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# -*- coding: utf-8 -*-
2
2
from django.contrib import admin
3
 
from systers_ui.systers_django.models import MailingList
 
3
from mailman_ui.systers_django.models import MailingList
4
4
 
5
5
class MailingListAdmin(admin.ModelAdmin):
6
6
    # configuration goes here