]> git.parisson.com Git - mezzo.git/commit
JobOffer : creating app JOB and adding fixture loading in app.sh
authorEmilie <zawadzki@ircam.fr>
Fri, 9 Sep 2016 08:26:29 +0000 (10:26 +0200)
committerEmilie <zawadzki@ircam.fr>
Fri, 9 Sep 2016 08:26:29 +0000 (10:26 +0200)
commitc8d147b656763127f3f2cd849608be83748b8b77
tree99ff0afad113a4e3513fbbcbe17cfa5983ea4222
parent74092f028747938f9179b2b13a02e20d7112a7bd
JobOffer : creating app JOB and adding fixture loading in app.sh
37 files changed:
app/local_settings.py
app/organization/job/__init__.py [new file with mode: 0644]
app/organization/job/admin.py [new file with mode: 0644]
app/organization/job/apps.py [new file with mode: 0644]
app/organization/job/fixtures/organization-job.json [new file with mode: 0644]
app/organization/job/forms.py [new file with mode: 0644]
app/organization/job/migrations/0001_initial.py [new file with mode: 0644]
app/organization/job/migrations/__init__.py [new file with mode: 0644]
app/organization/job/models.py [new file with mode: 0644]
app/organization/job/tests.py [new file with mode: 0644]
app/organization/job/translation.py [new file with mode: 0644]
app/organization/job/urls.py [new file with mode: 0644]
app/organization/job/views.py [new file with mode: 0644]
app/organization/pages/admin.py
app/organization/pages/forms.py
app/organization/pages/migrations/0002_joboffer_jobresponse.py [deleted file]
app/organization/pages/migrations/0003_auto_20160907_1151.py [deleted file]
app/organization/pages/migrations/0004_auto_20160907_1153.py [deleted file]
app/organization/pages/migrations/0005_auto_20160907_1529.py [deleted file]
app/organization/pages/migrations/0006_auto_20160908_1032.py [deleted file]
app/organization/pages/migrations/0007_auto_20160908_1518.py [deleted file]
app/organization/pages/migrations/0008_auto_20160908_1602.py [deleted file]
app/organization/pages/models.py
app/organization/pages/translation.py
app/organization/pages/urls.py
app/organization/pages/views.py
app/organization/urls.py
app/scripts/app.sh
app/settings.py
app/templates/job/inc/job_offer_card.html [new file with mode: 0644]
app/templates/job/inc/job_response_form.html [new file with mode: 0644]
app/templates/job/job_offer_detail.html [new file with mode: 0644]
app/templates/job/job_offer_list.html [new file with mode: 0644]
app/templates/pages/joboffer/inc/job_offer_card.html [deleted file]
app/templates/pages/joboffer/inc/job_response_form.html [deleted file]
app/templates/pages/joboffer/job_offer_detail.html [deleted file]
app/templates/pages/joboffer/job_offer_list.html [deleted file]