]> git.parisson.com Git - mezzo.git/commit
Rename products module into shop
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 12 Sep 2016 15:42:56 +0000 (17:42 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Mon, 12 Sep 2016 15:42:56 +0000 (17:42 +0200)
commitf10f5b413011361cbab3c13699e69e0f319ed775
treef3f97d52a4aa21b01afd11c6f0aae4ce876320d6
parent6a2850aec33102b2bf46924d3603e1ab9afd962f
Rename products module into shop
21 files changed:
app/organization/products/__init__.py [deleted file]
app/organization/products/admin.py [deleted file]
app/organization/products/apps.py [deleted file]
app/organization/products/migrations/__init__.py [deleted file]
app/organization/products/models.py [deleted file]
app/organization/products/tests.py [deleted file]
app/organization/products/translation.py [deleted file]
app/organization/products/urls.py [deleted file]
app/organization/products/views.py [deleted file]
app/organization/projects/models.py
app/organization/shop/__init__.py [new file with mode: 0644]
app/organization/shop/admin.py [new file with mode: 0644]
app/organization/shop/apps.py [new file with mode: 0644]
app/organization/shop/migrations/__init__.py [new file with mode: 0644]
app/organization/shop/models.py [new file with mode: 0644]
app/organization/shop/tests.py [new file with mode: 0644]
app/organization/shop/translation.py [new file with mode: 0644]
app/organization/shop/urls.py [new file with mode: 0644]
app/organization/shop/views.py [new file with mode: 0644]
app/organization/urls.py
app/settings.py