Skip to content

Instantly share code, notes, and snippets.

@mmtechslv
Created April 7, 2021 15:48
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 mmtechslv/de64f3633ca7d0a56eb6a0d4468957e5 to your computer and use it in GitHub Desktop.
Save mmtechslv/de64f3633ca7d0a56eb6a0d4468957e5 to your computer and use it in GitHub Desktop.
Markdium-Introduction
from django.contrib import admin
from .models import People
class PeopleAdmin(admin.ModelAdmin):
pass
admin.site.register(People, PeopleAdmin)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment