projects
/
django-tables2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0958d0
)
"example" project's manage.py is now executable. fixed the static media directory...
author
Bradley Ayers
<bradley.ayers@gmail.com>
Sun, 10 Jul 2011 06:59:20 +0000
(16:59 +1000)
committer
Bradley Ayers
<bradley.ayers@gmail.com>
Sun, 10 Jul 2011 07:01:30 +0000
(17:01 +1000)
.gitignore
patch
|
blob
|
history
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]
patch
|
blob
|
history
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]
patch
|
blob
|
history
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]
patch
|
blob
|
history
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]
patch
|
blob
|
history
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]
patch
|
blob
|
history
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]
patch
|
blob
|
history
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]
patch
|
blob
|
history
example/manage.py
[changed mode: 0644->0755]
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 3aacb656b01796c65f6fa608facd21108479ac03..53d12a68791095b0c0ea3b48aa15f93413f6b031 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-7,3
+7,4
@@
/dist/
/build/
/docs/_build/
+/example/database.sqlite
diff --git
a/django_tables2/static/django_tables/themes/paleblue/css/screen.css
b/django_tables2/static/django_tables2/themes/paleblue/css/screen.css
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/css/screen.css
rename to
django_tables2/static/django_tables2/themes/paleblue/css/screen.css
diff --git
a/django_tables2/static/django_tables/themes/paleblue/img/arrow-active-down.png
b/django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/img/arrow-active-down.png
rename to
django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png
diff --git
a/django_tables2/static/django_tables/themes/paleblue/img/arrow-active-up.png
b/django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/img/arrow-active-up.png
rename to
django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png
diff --git
a/django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-down.png
b/django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-down.png
rename to
django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png
diff --git
a/django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-up.png
b/django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/img/arrow-inactive-up.png
rename to
django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png
diff --git
a/django_tables2/static/django_tables/themes/paleblue/img/header-bg.gif
b/django_tables2/static/django_tables2/themes/paleblue/img/header-bg.gif
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/img/header-bg.gif
rename to
django_tables2/static/django_tables2/themes/paleblue/img/header-bg.gif
diff --git
a/django_tables2/static/django_tables/themes/paleblue/img/pagination-bg.gif
b/django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif
similarity index 100%
rename from
django_tables2/static/django_tables/themes/paleblue/img/pagination-bg.gif
rename to
django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif
diff --git
a/example/manage.py
b/example/manage.py
old mode 100644
(file)
new mode 100755
(executable)