file_utils

This commit is contained in:
Sanj 2011-05-09 21:25:27 +05:30
parent a4ee86629b
commit 718f6d6f95

View File

@ -9,8 +9,7 @@ def clean_nulls():
if not fil.startswith("/static"):
print fil
except ValueError:
x.append(f)
print len(x)
f.delete()
def clean_relative_links():
for f in File.objects.all():