Skip to content

Instantly share code, notes, and snippets.

@rosehgal
Created December 4, 2017 06:39
Show Gist options
  • Save rosehgal/d6c8c763d67435b129b119ff9a9d17ba to your computer and use it in GitHub Desktop.
Save rosehgal/d6c8c763d67435b129b119ff9a9d17ba to your computer and use it in GitHub Desktop.
from django.contrib import admin
from app.models import MyModel
admin.site.register(MyModel)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment