"example" project's manage.py is now executable. fixed the static media directory...
authorBradley Ayers <bradley.ayers@gmail.com>
Sun, 10 Jul 2011 06:59:20 +0000 (16:59 +1000)
committerBradley Ayers <bradley.ayers@gmail.com>
Sun, 10 Jul 2011 07:01:30 +0000 (17:01 +1000)
.gitignore
django_tables2/static/django_tables2/themes/paleblue/css/screen.css [moved from django_tables2/static/django_tables/themes/paleblue/css/screen.css with 100% similarity]
django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png [moved from django_tables2/static/django_tables/themes/paleblue/img/arrow-active-down.png with 100% similarity]
django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png [moved from django_tables2/static/django_tables/themes/paleblue/img/arrow-active-up.png with 100% similarity]
django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png [moved from django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-down.png with 100% similarity]
django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png [moved from django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-up.png with 100% similarity]
django_tables2/static/django_tables2/themes/paleblue/img/header-bg.gif [moved from django_tables2/static/django_tables/themes/paleblue/img/header-bg.gif with 100% similarity]
django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif [moved from django_tables2/static/django_tables/themes/paleblue/img/pagination-bg.gif with 100% similarity]
example/manage.py [changed mode: 0644->0755]

index 3aacb656b01796c65f6fa608facd21108479ac03..53d12a68791095b0c0ea3b48aa15f93413f6b031 100644 (file)
@@ -7,3 +7,4 @@
 /dist/
 /build/
 /docs/_build/
+/example/database.sqlite
old mode 100644 (file)
new mode 100755 (executable)