budjeto/authentication/admin.py

6 lines
130 B
Python

from django.contrib import admin
from authentication import models
# Register your models here.
admin.site.register(models.User)