Skip to content

Instantly share code, notes, and snippets.

@godd0t
Created July 19, 2022 17:23
Show Gist options
  • Save godd0t/87bd026e76ec25c32301cff8e4479f4c to your computer and use it in GitHub Desktop.
Save godd0t/87bd026e76ec25c32301cff8e4479f4c to your computer and use it in GitHub Desktop.
from django.contrib import admin
from example_app.models import *
class PersonAdmin(admin.ModelAdmin):
pass
admin.site.register(Person, PersonAdmin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment