Commit 448faa42 authored by AllenSkyy's avatar AllenSkyy

Added Admin Panel to homepage

parent 1928270d
from django.contrib import admin from django.contrib import admin
# Register your models here. from .models import WidgetUser
class WidgetUserAdmin(admin.ModelAdmin):
model = WidgetUser
admin.site.register(WidgetUser, WidgetUserAdmin)
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