mirror of
https://github.com/Steffo99/sophon.git
synced 2024-12-22 23:04:21 +00:00
🔧 Register DataFlow in the admin page
This commit is contained in:
parent
d9537095aa
commit
68f3b77272
1 changed files with 1 additions and 0 deletions
|
@ -4,3 +4,4 @@ from . import models
|
|||
|
||||
admin.site.register(models.Project)
|
||||
admin.site.register(models.DataSource)
|
||||
admin.site.register(models.DataFlow)
|
||||
|
|
Loading…
Reference in a new issue