Skip to content

Instantly share code, notes, and snippets.

@Allwin12
Created June 1, 2021 08:45
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 Allwin12/85b327ae6ae193fa8def7e2455174e23 to your computer and use it in GitHub Desktop.
Save Allwin12/85b327ae6ae193fa8def7e2455174e23 to your computer and use it in GitHub Desktop.
from django.contrib import admin
from project.app.models import Student
admin.site.register(Student)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment