You've already forked STARK
mirror of
https://github.com/MarkParker5/STARK.git
synced 2025-07-02 22:36:54 +02:00
6 lines
88 B
Python
6 lines
88 B
Python
![]() |
from django.contrib import admin
|
||
|
from .models import User
|
||
|
|
||
|
|
||
|
# admin.site.register(User)
|