Skip to content

Instantly share code, notes, and snippets.

@shubham1710
Created September 6, 2020 10:28
Show Gist options
  • Save shubham1710/913a8aa6ce6d9554de73e835ce64244c to your computer and use it in GitHub Desktop.
Save shubham1710/913a8aa6ce6d9554de73e835ce64244c to your computer and use it in GitHub Desktop.
from django.contrib import admin
from .models import Profile, FriendRequest
admin.site.register(Profile)
admin.site.register(FriendRequest)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment