Skip to content

Instantly share code, notes, and snippets.

@esirK
Created October 22, 2018 10:11
Show Gist options
  • Save esirK/f88b41f200ca2431ee6d74e45b7a0d65 to your computer and use it in GitHub Desktop.
Save esirK/f88b41f200ca2431ee6d74e45b7a0d65 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from .models import Article, Author
admin.site.register(Article)
admin.site.register(Author)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment