]> git.parisson.com Git - mezzo.git/commit
NEED REBUILD, add cartridge and then (empty) organization.products modules
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 7 Sep 2016 15:28:40 +0000 (17:28 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Wed, 7 Sep 2016 15:28:40 +0000 (17:28 +0200)
commit9fc892d0beefea1ba08d4fb37c2951820be693a5
tree19753e3739b850b763d44e6865dd6a82ad9e1dfa
parent85ca361dbb9238abe30b09c7cd7ef15e2bf9e0ee
NEED REBUILD, add cartridge and then (empty) organization.products modules
23 files changed:
app/migrations/shop/0001_initial.py [new file with mode: 0644]
app/migrations/shop/0002_auto_20141227_1331.py [new file with mode: 0644]
app/migrations/shop/0003_emailfield.py [new file with mode: 0644]
app/migrations/shop/0004_productimage_file_field.py [new file with mode: 0644]
app/migrations/shop/0005_auto_20150527_1127.py [new file with mode: 0644]
app/migrations/shop/0006_auto_20150916_0459.py [new file with mode: 0644]
app/migrations/shop/0007_auto_20150921_2323.py [new file with mode: 0644]
app/migrations/shop/0008_auto_20160907_1726.py [new file with mode: 0644]
app/migrations/shop/__init__.py [new file with mode: 0644]
app/organization/products/__init__.py [new file with mode: 0644]
app/organization/products/admin.py [new file with mode: 0644]
app/organization/products/apps.py [new file with mode: 0644]
app/organization/products/migrations/__init__.py [new file with mode: 0644]
app/organization/products/models.py [new file with mode: 0644]
app/organization/products/tests.py [new file with mode: 0644]
app/organization/products/translation.py [new file with mode: 0644]
app/organization/products/urls.py [new file with mode: 0644]
app/organization/products/views.py [new file with mode: 0644]
app/organization/projects/migrations/0007_auto_20160907_1718.py [new file with mode: 0644]
app/scripts/app.sh
app/settings.py
requirements.txt
scripts/migrate.sh