mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 04:19:25 +00:00
Add first accounting implementation
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from .models import User, Page, Group
|
||||
from core.models import User, Page, Group
|
||||
|
||||
|
||||
admin.site.register(User)
|
||||
|
Reference in New Issue
Block a user