Skip to content

Instantly share code, notes, and snippets.

@mleinart
Created May 23, 2012 19:10
Show Gist options
  • Save mleinart/2777157 to your computer and use it in GitHub Desktop.
Save mleinart/2777157 to your computer and use it in GitHub Desktop.
accounts/admin.py
from django.contrib import admin
from graphite.account.models import Profile,MyGraph
admin.site.register(Profile)
admin.site.register(MyGraph)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment