[feat] trees & [fix] deploy & [fix] some bugs

This commit is contained in:
Data-Name-ID
2024-04-02 11:58:55 +03:00
parent cb40fb71c8
commit dd563715f2
13 changed files with 113 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
from django.contrib import admin
from api.tree.models import Tree
admin.site.register(Tree)