when running python manage.py test i get the following output :-

http://pastie.org/1592973

I am using django 1.3 beta 1 (the problem also occurred in alpha)

Basically it complains about a missing file: custom_sitemap.xml

After investigating, i realized that all the packaged archives from
http://www.djangoproject.com/download/ miss the directory
http://www.djangoproject.com/download/templates/ . that directory is
present in the svn version.  -
http://code.djangoproject.com/browser/django/trunk/django/contrib/sitemaps/tests/templates
<-- that directory is missing from the downloadable .tar.gz files.

Installing django from the svn trunk no more fails the tests. Perhaps
the archives should not be skipping these files?

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