Hello all, while coding for views in django, i feel the need of generating files, more like logs. But i want all those logs to be generated in a specific directory.
So, can I use my settings.py file for defining such a location of dir. and in views files' i can refer to that settings value some how ? Is there a way for this ? Does settings.py allow only standard settings to be defined ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

