Skip to content

Instantly share code, notes, and snippets.

@shaurya-blip
Created February 3, 2021 06:55
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 shaurya-blip/d0292a916f1def4c9bf6b89f474ee669 to your computer and use it in GitHub Desktop.
Save shaurya-blip/d0292a916f1def4c9bf6b89f474ee669 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from .models import Book
# Register your models here.
admin.site.register(Book)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment