added HistorySync model

This commit is contained in:
Sam
2021-01-21 12:16:20 +00:00
parent 2d21bd0ef7
commit 11971b771e
4 changed files with 28 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
from django.contrib import admin
from . import models
# Register your models here.
admin.site.register(models.Company)