try out django
authorJess <jessicatz.fairymeadow@gmail.com>
Sat, 23 Aug 2014 14:59:30 +0000 (16:59 +0200)
committerJess <jessicatz.fairymeadow@gmail.com>
Mon, 25 Aug 2014 22:00:06 +0000 (00:00 +0200)
commit0f08a0d1ebcd8d825a7df448221a7eb23600bba5
tree736ef15c8560b9ae5fae4c920074ceaaa9812517
parent5d20db255bfeff5d47c0a7fd9aef9839f57f6d77
try out django
58 files changed:
data/db.sqlite3
data/tournaments.csv
db.sqlite3 [new file with mode: 0644]
main.py
manage.py [new file with mode: 0644]
meta/__init__.py [new file with mode: 0644]
meta/__init__.pyc [new file with mode: 0644]
meta/admin.py [new file with mode: 0644]
meta/admin.pyc [new file with mode: 0644]
meta/management/__init__.py [new file with mode: 0644]
meta/management/__init__.pyc [new file with mode: 0644]
meta/management/commands/__init__.py [new file with mode: 0644]
meta/management/commands/__init__.pyc [new file with mode: 0644]
meta/management/commands/csvimport.py [new file with mode: 0644]
meta/management/commands/csvimport.pyc [new file with mode: 0644]
meta/models.py [new file with mode: 0644]
meta/models.pyc [new file with mode: 0644]
meta/static/apple-touch-icon-precomposed.png [new file with mode: 0644]
meta/static/css/bootstrap-theme.css [new file with mode: 0644]
meta/static/css/bootstrap-theme.css.map [new file with mode: 0644]
meta/static/css/bootstrap-theme.min.css [new file with mode: 0644]
meta/static/css/bootstrap.css [new file with mode: 0644]
meta/static/css/bootstrap.css.map [new file with mode: 0644]
meta/static/css/bootstrap.min.css [new file with mode: 0644]
meta/static/css/main.css [new file with mode: 0644]
meta/static/favicon.ico [new file with mode: 0644]
meta/static/fonts/glyphicons-halflings-regular.eot [new file with mode: 0644]
meta/static/fonts/glyphicons-halflings-regular.svg [new file with mode: 0644]
meta/static/fonts/glyphicons-halflings-regular.ttf [new file with mode: 0644]
meta/static/fonts/glyphicons-halflings-regular.woff [new file with mode: 0644]
meta/static/js/main.js [new file with mode: 0644]
meta/static/js/vendor/bootstrap.js [new file with mode: 0644]
meta/static/js/vendor/bootstrap.min.js [new file with mode: 0644]
meta/static/js/vendor/jquery-1.11.0.min.js [new file with mode: 0644]
meta/static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js [new file with mode: 0644]
meta/templates/404.html [new file with mode: 0644]
meta/templates/index.html [new file with mode: 0644]
meta/tests.py [new file with mode: 0644]
meta/views.py [new file with mode: 0644]
meta/views.pyc [new file with mode: 0644]
mlpccg-web/__init__.py [new file with mode: 0644]
mlpccg-web/__init__.pyc [new file with mode: 0644]
mlpccg-web/settings.py [new file with mode: 0644]
mlpccg-web/settings.pyc [new file with mode: 0644]
mlpccg-web/urls.py [new file with mode: 0644]
mlpccg-web/urls.pyc [new file with mode: 0644]
mlpccg-web/wsgi.py [new file with mode: 0644]
mlpccg-web/wsgi.pyc [new file with mode: 0644]
mlpccg/CardDb.py
mlpccg/CardDb.pyc [new file with mode: 0644]
mlpccg/Clustering.py
mlpccg/Clustering.pyc [new file with mode: 0644]
mlpccg/DeckList.pyc [new file with mode: 0644]
mlpccg/Tournament.py [new file with mode: 0644]
mlpccg/TournamentRecord.py [deleted file]
mlpccg/TournamentRecords.pyc [new file with mode: 0644]
mlpccg/__init__.pyc [new file with mode: 0644]
static/index.html