There was a problem fetching the latest pipeline status.
Commit 677e9a0e authored by Davisson Henrique Paulino's avatar Davisson Henrique Paulino
Browse files

feito não interpretar o manage.py com o python2

No related merge requests found
Pipeline #7958 passed with stage
in 13 minutes and 26 seconds
Showing with 5 additions and 5 deletions
+5 -5
......@@ -21,8 +21,8 @@ docs:
deploy:
python manage.py migrate
python manage.py collectstatic -v0 --noinput
./manage.py migrate
./manage.py collectstatic -v0 --noinput
chown $(SITE-OWNER):$(SITE-OWNER-GROUP) -R .
clean-docs:
......@@ -39,7 +39,7 @@ install-dev: install
pip3 install -r requirements-dev.txt
create-db:
python manage.py makemigrations curso disciplina features student turma turmaIngresso adega
python manage.py migrate
./manage.py makemigrations curso disciplina features student turma turmaIngresso adega
./manage.py migrate
fill-data:
(cd load_csv;python read_csv.py)
(cd load_csv;./read_csv.py)
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment