On Wed, May 7, 2014 at 10:48 PM, Rafael Santos <[email protected]>wrote:
> Python Version: 2.7.6 > Django Version: 1.6.4 > > > Traceback: > File "C:\Python27\lib\site-packages\django\core\handlers\base.py" in > get_response > 201. response = middleware_method(request, response) > File "C:\Python27\lib\site-packages\debug_toolbar\middleware.py" in > process_response > 86. new_response = panel.process_response(request, response) > File "C:\Python27\lib\site-packages\debug_toolbar\panels\staticfiles.py" > in process_response > 129. 'staticfiles_finders': self.get_staticfiles_finders(), > File "C:\Python27\lib\site-packages\debug_toolbar\panels\staticfiles.py" > in get_staticfiles_finders > 140. for path, finder_storage in finder.list([]): > File "C:\Python27\lib\site-packages\django\contrib\staticfiles\finders.py" > in list > 106. for path in utils.get_files(storage, ignore_patterns): > File "C:\Python27\lib\site-packages\django\contrib\staticfiles\utils.py" > in get_files > 25. directories, files = storage.listdir(location) > File "C:\Python27\lib\site-packages\django\core\files\storage.py" in > listdir > 250. for entry in os.listdir(path): > > Exception Type: WindowsError at /Aula10/ > Exception Value: 3 O sistema n�o pode encontrar o caminho especificado > > Looks to be some for of a Language issue. Unfortunately, am not much of an UTF-8 expert, but can you check your templates once more. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN7tdFTA%2BVvgE-pkm%3DTiA%3DDZOE7ZM%3DURS7Gk6mnHSne_EzL3TQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

