]> git.parisson.com Git - mezzo.git/commit
add festival app first models and views, goto postgresql, no eve for the moment bacau...
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 2 Feb 2016 00:06:51 +0000 (01:06 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 2 Feb 2016 00:08:56 +0000 (01:08 +0100)
commitfb259f77191525dccc0218a7a72815aad9859c1f
tree22a5ab2a54a08b07091522ae9dde02d900c6c8ab
parentee8790081735218f6bde2bee9bbad8548c461ac7
add festival app first models and views, goto postgresql, no eve for the moment bacause cannot have cool FK between 2 DBs :(
86 files changed:
.gitmodules [new file with mode: 0644]
README.rst
app/apps/presta2eve [new submodule]
app/deploy/start_app.sh
app/festival/__init__.py [new file with mode: 0644]
app/festival/admin.py [new file with mode: 0644]
app/festival/management/__init__.py [new file with mode: 0644]
app/festival/management/commands/__init__.py [new file with mode: 0644]
app/festival/management/commands/create-admin-user.py [new file with mode: 0644]
app/festival/management/commands/wait-for-db-connection.py [new file with mode: 0644]
app/festival/migrations/0001_initial.py [new file with mode: 0644]
app/festival/migrations/0002_auto_20160201_2339.py [new file with mode: 0644]
app/festival/migrations/0003_artist_content.py [new file with mode: 0644]
app/festival/migrations/0004_auto_20160202_0002.py [new file with mode: 0644]
app/festival/migrations/0005_auto_20160202_0006.py [new file with mode: 0644]
app/festival/migrations/__init__.py [new file with mode: 0644]
app/festival/models.py [new file with mode: 0644]
app/festival/related.py [new file with mode: 0644]
app/festival/routers.py [new file with mode: 0644]
app/festival/static/festival/css/festival.css [new file with mode: 0644]
app/festival/static/festival/js/festival.js [new file with mode: 0644]
app/festival/static/festival/less/festival.less [new file with mode: 0644]
app/festival/templates/festival/artist_detail.html [new file with mode: 0644]
app/festival/templates/festival/artist_list.html [new file with mode: 0644]
app/festival/tests.py [new file with mode: 0644]
app/festival/urls.py [new file with mode: 0644]
app/festival/views.py [new file with mode: 0644]
app/manifeste/__init__.py [deleted file]
app/manifeste/admin.py [deleted file]
app/manifeste/migrations/__init__.py [deleted file]
app/manifeste/models.py [deleted file]
app/manifeste/tests.py [deleted file]
app/manifeste/views.py [deleted file]
app/migrations/__init__.py [new file with mode: 0644]
app/migrations/blog/0001_initial.py [new file with mode: 0644]
app/migrations/blog/0002_auto_20150527_1555.py [new file with mode: 0644]
app/migrations/blog/0003_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/blog/__init__.py [new file with mode: 0644]
app/migrations/conf/0001_initial.py [new file with mode: 0644]
app/migrations/conf/0002_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/conf/__init__.py [new file with mode: 0644]
app/migrations/forms/0001_initial.py [new file with mode: 0644]
app/migrations/forms/0002_auto_20141227_0224.py [new file with mode: 0644]
app/migrations/forms/0003_emailfield.py [new file with mode: 0644]
app/migrations/forms/0004_auto_20150517_0510.py [new file with mode: 0644]
app/migrations/forms/0005_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/forms/__init__.py [new file with mode: 0644]
app/migrations/galleries/0001_initial.py [new file with mode: 0644]
app/migrations/galleries/0002_auto_20141227_0224.py [new file with mode: 0644]
app/migrations/galleries/0003_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/galleries/__init__.py [new file with mode: 0644]
app/migrations/pages/0001_initial.py [new file with mode: 0644]
app/migrations/pages/0002_auto_20141227_0224.py [new file with mode: 0644]
app/migrations/pages/0003_auto_20150527_1555.py [new file with mode: 0644]
app/migrations/pages/0004_auto_20151223_1313.py [new file with mode: 0644]
app/migrations/pages/__init__.py [new file with mode: 0644]
app/sandbox/local_settings.py
app/sandbox/middleware.py [new file with mode: 0644]
app/sandbox/migrations/__init__.py [deleted file]
app/sandbox/migrations/blog/0001_initial.py [deleted file]
app/sandbox/migrations/blog/0002_auto_20150527_1555.py [deleted file]
app/sandbox/migrations/blog/0003_auto_20151223_1313.py [deleted file]
app/sandbox/migrations/blog/__init__.py [deleted file]
app/sandbox/migrations/conf/0001_initial.py [deleted file]
app/sandbox/migrations/conf/0002_auto_20151223_1313.py [deleted file]
app/sandbox/migrations/conf/__init__.py [deleted file]
app/sandbox/migrations/forms/0001_initial.py [deleted file]
app/sandbox/migrations/forms/0002_auto_20141227_0224.py [deleted file]
app/sandbox/migrations/forms/0003_emailfield.py [deleted file]
app/sandbox/migrations/forms/0004_auto_20150517_0510.py [deleted file]
app/sandbox/migrations/forms/0005_auto_20151223_1313.py [deleted file]
app/sandbox/migrations/forms/__init__.py [deleted file]
app/sandbox/migrations/galleries/0001_initial.py [deleted file]
app/sandbox/migrations/galleries/0002_auto_20141227_0224.py [deleted file]
app/sandbox/migrations/galleries/0003_auto_20151223_1313.py [deleted file]
app/sandbox/migrations/galleries/__init__.py [deleted file]
app/sandbox/migrations/pages/0001_initial.py [deleted file]
app/sandbox/migrations/pages/0002_auto_20141227_0224.py [deleted file]
app/sandbox/migrations/pages/0003_auto_20150527_1555.py [deleted file]
app/sandbox/migrations/pages/0004_auto_20151223_1313.py [deleted file]
app/sandbox/migrations/pages/__init__.py [deleted file]
app/sandbox/settings.py
app/sandbox/urls.py
app/wait.py
docker-compose.yml
requirements.txt