mirror of
https://github.com/AmanTahiliani/PeerNotes.git
synced 2026-08-08 04:06:18 -04:00
Added Login and Signup Endpoints within Django
This commit is contained in:
5
backend/api/admin.py
Normal file
5
backend/api/admin.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from api.models import PeerUser
|
||||
|
||||
# Register your models here.
|
||||
admin.site.register(PeerUser)
|
||||
Reference in New Issue
Block a user