Since this stuff is tested in the automated test suite, you could try
running these. Would be interesting whether they break for you, too.
There's a file runtests.py, start this. It will use your settings to
access the database server, but create a separate, fresh database
"django_test_db".
If they break, too, something is wrong with your installation. If they
run, you need to find what's so special with your usage.
Hope that helps a bit.
thanks for the hint. Running the tests gives me 17 errors. While most of them are due to my German localisation, like got "1 Tag" expected "1 day", there are also errors like the following:
'transactions' module: API test failed
======================================
Code: 'Reporter.objects.all()'
Line: 48
Expected: '[Ben Jones]\n'
Got: '[Ben Jones, Carol Doe]\n'
While I think that this doesn't look good, I don't believe that any of the errors is related to my particular problem.
chris
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

