Skip to content
Snippets Groups Projects
Verified Commit 6c20ca25 authored by ynerant's avatar ynerant
Browse files

[constellation] Do some manage.py stuff


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 189167c0
No related branches found
No related tags found
1 merge request!263[constellation] Constellation is coming
......@@ -28,3 +28,18 @@
state: link
ignore_errors: "{{ ansible_check_mode }}"
notify: Reload uWSGI
- name: Collect static files
django_manage:
command: collectstatic
project_path: "/var/local/constellation"
- name: Migrate database
django_manage:
command: migrate
project_path: "/var/local/constellation"
- name: Load initial data
django_manage:
command: loaddata initial
project_path: "/var/local/constellation"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment