backupstart

This commit is contained in:
Hassan Hashmi
2022-06-06 13:47:09 +05:00
parent 2e61794c50
commit 791860d1ee
5 changed files with 111 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ urlpatterns = [
url(r'^fetchstaging', views.fetchstaging, name='fetchstaging'),
url(r'^SaveUpdateConfig', views.SaveUpdateConfig, name='SaveUpdateConfig'),
url(r'^DeploytoProduction', views.DeploytoProduction, name='DeploytoProduction'),
url(r'^WPCreateBackup', views.WPCreateBackup, name='WPCreateBackup'),