mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-13 10:56:29 +08:00
5 lines
93 B
Python
5 lines
93 B
Python
from django.contrib import admin
|
|
from apps.finance.models import *
|
|
|
|
|
|
admin.site.register([])
|