budjeto/authentication/admin.py

6 lines
130 B
Python
Raw Normal View History

2024-02-06 10:21:09 +00:00
from django.contrib import admin
from authentication import models
2024-02-06 10:21:09 +00:00
# Register your models here.
admin.site.register(models.User)