Hi all, In my setup i m using winXP and mysql. When i m accessing some css file kept in some directory. First time the css file is displayed correctly, but when i press reload button, it is giving below mentioned error, and if i again press reload the css file is displayed again correctly. This error is faced alternatively on pressing reload.
Traceback (most recent call last): File "C:\Python25\Lib\site-packages\django\core\handlers\base.py" in get_response 77. response = callback(request, *callback_args, **callback_kwargs) File "C:\Python25\Lib\site-packages\django\views\static.py" in serve 52. statobj[stat.ST_MTIME], statobj[stat.ST_SIZE]): File "C:\Python25\Lib\site-packages\django\views\static.py" in was_modified_since 117. matches.group(1))) File "C:\Python25\lib\rfc822.py" in mktime_tz 940. t = time.mktime(data[:8] + (0,)) OverflowError at /site_media/css/main.css mktime argument out of range --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---