1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

Don't rebuild systematically migrations

This commit is contained in:
Yohann D'ANELLO
2020-09-05 10:07:32 +02:00
parent 751a4291ab
commit 8c23726f88
5 changed files with 1 additions and 11 deletions

View File

@ -1,10 +1,4 @@
---
- name: Make Django migrations
command: /var/www/note_kfet/env/bin/python manage.py makemigrations
args:
chdir: /var/www/note_kfet
become_user: www-data
- name: Migrate Django database
command: /var/www/note_kfet/env/bin/python manage.py migrate
args: