Forráskód Böngészése

modified: _config
modified: bin/install.sh
modified: bin/start.sh

stucked_s 1 éve
szülő
commit
fa328d8e29
3 módosított fájl, 3 hozzáadás és 3 törlés
  1. 1 1
      _config
  2. 1 1
      bin/install.sh
  3. 1 1
      bin/start.sh

+ 1 - 1
_config

@@ -1,4 +1,4 @@
-TICKETS="https://giticket-t.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
+TICKETS="https://git.sharix-app.org/ShariX_Open/sharix-open-tickets.git"
 BACKEND="https://git.sharix-app.org/ShariX_Open/sharix-open-backend.git"
 CONFIG="https://git.sharix-app.org/ShariX_Open/sharix-open-config.git"
 DESIGN_TEMPLATE="https://git.sharix-app.org/ShariX_Open/sharix-open-webapp-design-template.git"

+ 1 - 1
bin/install.sh

@@ -27,7 +27,7 @@ update_repository "$BACKEND" "dbsynce" "metasynced_module"
 update_repository "$CONFIG" "conf" "master"
 update_repository "$DESIGN_TEMPLATE" "design_template" "unstable"
 update_repository "$WEBSERVICE_RUNNING" "webservice_running" "unstable"
-update_repository "$LANDING" "landing" "new-version"
+update_repository "$LANDING" "landing" "landing_module"
 update_repository "$USER_MODEL" "user" "master"
 update_repository "$WEBAPP_BASE" "design_template" "unstable"
 git pull

+ 1 - 1
bin/start.sh

@@ -2,7 +2,7 @@
 
 #cd <path to project>
 
-source venv/bin/activate
+source venv/Scripts/activate
 
 python manage.py makemigrations
 python manage.py migrate