> Hi jararaca
>               Can u brief me the solution.Even i am not able to access test
> database ,some how it fetch production database itself

Hear galloping, think horses not zebras.

are y'all running your test batch like this?

  python manage.py test --settings=test_settings.py

does test_settings.py contain only correct DATABASE settings?

If u ran python manage.py shell --settings=test_settings.py

  > from django.conf import settings
  > print settings.__dict__

what settings do u see?

-- 
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