magento installer

This commit is contained in:
Usman Nasir
2019-11-07 09:37:06 +05:00
parent c3e3fa047b
commit 40ee12615c
10 changed files with 679 additions and 28 deletions

View File

@@ -88,6 +88,11 @@ urlpatterns = [
url(r'^prestaShopInstall$', views.prestaShopInstall, name='prestaShopInstall'),
url(r'^(?P<domain>(.*))/installPrestaShop$', views.installPrestaShop, name='installPrestaShop'),
## magento
url(r'^(?P<domain>(.*))/installMagento$', views.installMagento, name='installMagento'),
url(r'^magentoInstall$', views.magentoInstall, name='magentoInstall'),
## Git
url(r'^(?P<domain>(.*))/setupGit$', views.setupGit, name='setupGit'),