Initial commit

This commit is contained in:
2022-09-15 22:25:55 +03:00
commit 7582330b1b
70 changed files with 1094 additions and 0 deletions

5
dev/admin.py Normal file
View File

@@ -0,0 +1,5 @@
from django.contrib import admin
from .models import *
# admin.site.register(DevEventType)
admin.site.register(DevEventLog)