Tower: upload cetmix_tower_git 16.0.2.0.4 (via marketplace)
This commit is contained in:
15
addons/cetmix_tower_git/models/__init__.py
Normal file
15
addons/cetmix_tower_git/models/__init__.py
Normal file
@@ -0,0 +1,15 @@
|
||||
# cx_tower_git_project_rel must be the first one in the list
|
||||
# in order to create the relation table properly
|
||||
from . import cx_tower_git_project_rel
|
||||
from . import cx_tower_git_project_file_template_rel
|
||||
from . import cx_tower_file
|
||||
from . import cx_tower_file_template
|
||||
from . import cx_tower_git_project
|
||||
from . import cx_tower_git_remote
|
||||
from . import cx_tower_git_repo
|
||||
from . import cx_tower_git_repo_owner
|
||||
from . import cx_tower_git_source
|
||||
from . import cx_tower_server
|
||||
from . import cetmix_tower
|
||||
from . import cx_tower_plan_line
|
||||
from . import cx_tower_command
|
||||
Reference in New Issue
Block a user