Don't rebuild systematically migrations
This commit is contained in:
parent
751a4291ab
commit
8c23726f88
5 changed files with 1 additions and 11 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue