mirror of
https://github.com/Rushilwiz/pfp-frame.git
synced 2025-04-07 21:50:18 -04:00
5 lines
113 B
Python
5 lines
113 B
Python
from django.contrib import admin
|
|
from .models import *
|
|
|
|
# Register your models here.
|
|
admin.site.register(Profile) |