Skip to content

Instantly share code, notes, and snippets.

@markng
Created March 28, 2022 15:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markng/5329205c78125ca64c67b1c4d11837a5 to your computer and use it in GitHub Desktop.
Save markng/5329205c78125ca64c67b1c4d11837a5 to your computer and use it in GitHub Desktop.
from django.contrib import admin
# Register your models here.
from forum.models import Topic
admin.site.register(Topic)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment