File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1111 settings : " {{ django_settings_file }}"
1212 environment : django_environment
1313 when : run_django_syncdb
14- tags :
15- - django
16- - django_syncdb
14+ tags : django.syncdb
1715
1816- name : Run Django South migrations
1917 django_manage :
2321 settings : " {{ django_settings_file }}"
2422 environment : django_environment
2523 when : run_django_south_migration
26- tags :
27- - django
28- - django_migrate
24+ tags : django.migrate
2925
3026- name : Run Django collectstatic
3127 django_manage :
3531 settings : " {{ django_settings_file }}"
3632 environment : django_environment
3733 when : run_django_collectstatic
38- tags :
39- - django
40- - django_collectstatic
34+ tags : django.collectstatic
4135
4236
4337
Original file line number Diff line number Diff line change 33- name : Setup the Git repo
44 git : repo={{ git_repo }} dest={{ project_path }} accept_hostkey=yes
55 when : setup_git_repo
6+ tags : git
7+
8+ - name : Delete all .pyc files
9+ command : find . -name '*.pyc' -delete
10+ args :
11+ chdir : " {{ project_path }}"
612 tags : git
You can’t perform that action at this time.
0 commit comments