fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
wolne okladki gallery link
[wolnelektury.git]
/
scripts
/
setmainpage.py
diff --git
a/scripts/setmainpage.py
b/scripts/setmainpage.py
index
e83a07f
..
3244243
100755
(executable)
--- a/
scripts/setmainpage.py
+++ b/
scripts/setmainpage.py
@@
-31,7
+31,7
@@
for tag in Tag.objects.all():
tag.main_page = True
else:
tag.main_page = False
-
+
tag.save()
sys.stderr.write('.')