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:02:06 +0000 (00:02 +0200)
commitf5f267a53e90455937409ad2bd15324e717c8e04
treea98b79b8eb70bee0437901d3445da00d3ae31fbb
parent5d20db255bfeff5d47c0a7fd9aef9839f57f6d77
try out django
77 files changed:
data/cards.json
data/db.sqlite3
data/tournaments.csv
db.sqlite3 [new file with mode: 0644]
main.py [deleted file]
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.py
mlpccg/DeckList.pyc [new file with mode: 0644]
mlpccg/TournamentRecord.py [deleted file]
mlpccg/__init__.pyc [new file with mode: 0644]
static/404.html [deleted file]
static/apple-touch-icon-precomposed.png [deleted file]
static/css/bootstrap-theme.css [deleted file]
static/css/bootstrap-theme.css.map [deleted file]
static/css/bootstrap-theme.min.css [deleted file]
static/css/bootstrap.css [deleted file]
static/css/bootstrap.css.map [deleted file]
static/css/bootstrap.min.css [deleted file]
static/css/main.css [deleted file]
static/favicon.ico [deleted file]
static/fonts/glyphicons-halflings-regular.eot [deleted file]
static/fonts/glyphicons-halflings-regular.svg [deleted file]
static/fonts/glyphicons-halflings-regular.ttf [deleted file]
static/fonts/glyphicons-halflings-regular.woff [deleted file]
static/index.html [deleted file]
static/js/main.js [deleted file]
static/js/vendor/bootstrap.js [deleted file]
static/js/vendor/bootstrap.min.js [deleted file]
static/js/vendor/jquery-1.11.0.min.js [deleted file]
static/js/vendor/modernizr-2.6.2-respond-1.1.0.min.js [deleted file]