Greetings,

I'm using the latest stable release of Django 1.0.2
We recently noticed that Django is creating thousands of temp
directories with path names like "/tmp/tmpkMI0KO/". Mostly these are
empty.

I looked through the docs to see if there were any references and that
led me to add the following two lines to my settings.py

CACHE_BACKEND = 'locmem:///'
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'

Thinking that somehow Django was using a file cache instead of the
default db cache. But this has not changed anything. I also set DEBUG
and TEMPLATE_DEBUG to false but that also had no effect.

Any idea how I can prevent this from occurring?

Thanks,
-Jake
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to