Hi all,

During the `manage.py test` process, django will automatically change
the database from `hivemind` to `test_hivemind`,  For similar reason,
I'd like to change a file path from `sphinx.conf` to
`sphinx_test.conf` but unfortunately I couldn't find a proper way to
do it.

Ideally, if there is a django method called `django.test.is_testing()
`, then I should be able to change the filename based on the return
value.  Any hints on how I could do this?

Cheers,
Alex

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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