peterbe / django-static

Template tags for better serving static files from templates in Django
BSD 2-Clause "Simplified" License
193 stars 28 forks source link

Publishing a new version on PyPi #23

Closed ogirardot closed 12 years ago

ogirardot commented 12 years ago

Hi ! First of all thank you for your work, i've been having trouble with unicode in my css/js files lately and after testing this patch : https://github.com/peterbe/django-static/commit/4853b052482601bf7055c19f2ec86a6cd6f5814a it fixed the issue :) So i wondered, when do you plan on releasing a 1.5.5 on PyPi for django-static ?

Regards,

Olivier.

peterbe commented 12 years ago

Now I get it. You emailed me and sent a message on github. Anyway, pypi updated with the latest 1.5.5 version.

ogirardot commented 12 years ago

thanks :) i didn't email you, github does when someone send an issue, doesn't it ?

ogirardot commented 12 years ago

on another topic, is there a tutorial or doc anywhere on how to setup "local" dev env ? thank you for your time.

peterbe commented 12 years ago

what do you mean? All you need is a virtualenv that has django in it. There should be a sample project in the django-static repo which has a manage.py which you can use for running tests and stuff.

ogirardot commented 12 years ago

well i'm just a bit struggling about what i should activate to serve static files (without nginx/apache/...) in dev mode using juste the runserver.

I think i finally understood, but maybe you can help me, i need to set up django-staticfiles for serving static files from /tmp/cache-forever ?