]> www.vanbest.org Git - tweet_django/commit
Work in progress
authorJan-Pascal van Best <janpascal@vanbest.org>
Mon, 1 Feb 2016 20:39:41 +0000 (21:39 +0100)
committerJan-Pascal van Best <janpascal@vanbest.org>
Mon, 1 Feb 2016 20:39:41 +0000 (21:39 +0100)
commitf9615934bbb47d88c37bff3ffa92fd211f3e30ca
treeccf04fb744e15a7965de6fdf8b3d80b70dfb9c16
Work in progress
49 files changed:
.gitignore [new file with mode: 0644]
dependencies [new file with mode: 0644]
manage.py [new file with mode: 0755]
tweet/__init__.py [new file with mode: 0644]
tweet/admin.py [new file with mode: 0644]
tweet/apps.py [new file with mode: 0644]
tweet/config.py [new file with mode: 0644]
tweet/jobrunner.py [new file with mode: 0644]
tweet/migrations/0001_initial.py [new file with mode: 0644]
tweet/migrations/0002_auto_20160129_1351.py [new file with mode: 0644]
tweet/migrations/0003_auto_20160129_1353.py [new file with mode: 0644]
tweet/migrations/0004_auto_20160201_0937.py [new file with mode: 0644]
tweet/migrations/__init__.py [new file with mode: 0644]
tweet/models.py [new file with mode: 0644]
tweet/static/tweet/javascript/bootstrap.min.js [new file with mode: 0644]
tweet/static/tweet/javascript/jquery-1.9.0.min.js [new file with mode: 0644]
tweet/static/tweet/javascript/jquery-ui-1.10.3.custom.min.js [new file with mode: 0644]
tweet/static/tweet/stylesheets/bootstrap.css [new file with mode: 0644]
tweet/static/tweet/stylesheets/bootstrap.min.css [new file with mode: 0644]
tweet/static/tweet/stylesheets/main.css [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/animated-overlay.gif [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_flat_10_000000_40x100.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_222222_256x240.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_228ef1_256x240.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_ef8c08_256x240.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_ffd27a_256x240.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/images/ui-icons_ffffff_256x240.png [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/jquery-ui-1.10.3.custom.css [new file with mode: 0644]
tweet/static/tweet/stylesheets/ui-lightness/jquery-ui-1.10.3.custom.min.css [new file with mode: 0644]
tweet/templates/tweet/base.html [new file with mode: 0644]
tweet/templates/tweet/index.html [new file with mode: 0644]
tweet/templates/tweet/list_jobs.html [new file with mode: 0644]
tweet/templates/tweet/selectconfig.html [new file with mode: 0644]
tweet/tests.py [new file with mode: 0644]
tweet/urls.py [new file with mode: 0644]
tweet/views.py [new file with mode: 0644]
tweet_django/__init__.py [new file with mode: 0644]
tweet_django/local.ini.example [new file with mode: 0644]
tweet_django/settings.py [new file with mode: 0644]
tweet_django/urls.py [new file with mode: 0644]
tweet_django/wsgi.py [new file with mode: 0644]