]> www.vanbest.org Git - tweet_django/commit
Mostly works
authorJan-Pascal van Best <janpascal@vanbest.org>
Wed, 10 Feb 2016 21:38:51 +0000 (22:38 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Wed, 10 Feb 2016 21:38:51 +0000 (22:38 +0100)
commit173f7c37a4597a223e22ef62ff0a1b34e32ac49f
tree1f267c8693152d8bbe6956bb0bceeb09b70a24b5
parentf9615934bbb47d88c37bff3ffa92fd211f3e30ca
Mostly works
48 files changed:
.gitignore
TODO [new file with mode: 0644]
dependencies
tweet/__init__.py
tweet/config.py
tweet/jobrunner.py
tweet/migrations/0005_auto_20160205_0946.py [new file with mode: 0644]
tweet/migrations/0006_auto_20160205_1024.py [new file with mode: 0644]
tweet/migrations/0007_auto_20160205_1132.py [new file with mode: 0644]
tweet/models.py
tweet/static/tweet/favicon.ico [new file with mode: 0644]
tweet/static/tweet/javascript/bootstrap.min.js [changed from file to symlink]
tweet/static/tweet/javascript/jquery-1.9.0.min.js [deleted file]
tweet/static/tweet/javascript/jquery-ui-1.10.3.custom.min.js [deleted file]
tweet/static/tweet/javascript/jquery-ui.min.js [new symlink]
tweet/static/tweet/javascript/jquery.min.js [new symlink]
tweet/static/tweet/stylesheets/bootstrap.css [changed from file to symlink]
tweet/static/tweet/stylesheets/bootstrap.min.css [changed from file to symlink]
tweet/static/tweet/stylesheets/ui-lightness [new symlink]
tweet/static/tweet/stylesheets/ui-lightness/images/animated-overlay.gif [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/jquery-ui-1.10.3.custom.css [deleted file]
tweet/static/tweet/stylesheets/ui-lightness/jquery-ui-1.10.3.custom.min.css [deleted file]
tweet/streamrunner.py [new file with mode: 0644]
tweet/templates/tweet/base.html
tweet/templates/tweet/edit_stream_terms.html [new file with mode: 0644]
tweet/templates/tweet/index.html
tweet/templates/tweet/list_jobs.html
tweet/templates/tweet/list_stream.html [new file with mode: 0644]
tweet/templates/tweet/pagination_snippet.html [new file with mode: 0644]
tweet/templates/tweet/selectconfig.html
tweet/urls.py
tweet/utils.py [new file with mode: 0644]
tweet/views.py
tweet_django/settings.py