Commit 5a361db3 authored by Vaughn Fajardo's avatar Vaughn Fajardo

chore:created superuser for admin login

parent b9af963e
from django.contrib import admin from django.contrib import admin
# Register your models here. # Register your models here.
from .models import WidgetUser
admin.site.register(WidgetUser)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment