git manager: set/view repo remote

This commit is contained in:
Usman Nasir
2020-03-09 16:30:56 +05:00
parent defe91c0f9
commit edfcf29d38
6 changed files with 241 additions and 45 deletions

View File

@@ -122,7 +122,7 @@ urlpatterns = [
url(r'^(?P<domain>(.*))/manageGIT$', views.manageGIT, name='manageGIT'),
url(r'^fetchFolderDetails$', views.fetchFolderDetails, name='fetchFolderDetails'),
url(r'^initRepo$', views.initRepo, name='initRepo'),
url(r'^setupRemote$', views.setupRemote, name='setupRemote'),
## Catch all for domains
url(r'^(?P<domain>(.*))/(?P<childDomain>(.*))$', views.launchChild, name='launchChild'),
url(r'^(?P<domain>(.*))$', views.domain, name='domain'),