256 is enough for everybody

This commit is contained in:
j 2011-10-27 22:28:19 +00:00
parent 3a031bbda1
commit 2b2941aec3
4 changed files with 1 additions and 1 deletions
pandora/app
static/png/pandora

View file

@ -79,7 +79,7 @@ def update_static():
if not os.path.exists(image): if not os.path.exists(image):
shutil.copyfile(pandora, image) shutil.copyfile(pandora, image)
for size in (256, 1024): for size in (256, ):
pandora = os.path.join(settings.STATIC_ROOT, 'png/pandora/logo%d.png'%size) pandora = os.path.join(settings.STATIC_ROOT, 'png/pandora/logo%d.png'%size)
image = os.path.join(settings.STATIC_ROOT, 'png/logo%d.png'%size) image = os.path.join(settings.STATIC_ROOT, 'png/logo%d.png'%size)
if not os.path.exists(image): if not os.path.exists(image):

Binary file not shown.

After

(image error) Size: 3.4 KiB

Binary file not shown.

After

(image error) Size: 7.4 KiB

Binary file not shown.

After

(image error) Size: 33 KiB