but receive the error below.  Completely new at django so help is
appreciated.

Environment:

Request Method: GET
Request URL: http://localhost:8080/feeds/latest/
Django Version: 1.1
Python Version: 2.6.2
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.admin',
 'django.contrib.comments',
 'posts']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware')


Traceback:
File "C:\django\Python26\Lib\site-packages\django\core\handlers
\base.py" in get_response
  92.                 response = callback(request, *callback_args,
**callback_kwargs)
File "C:\django\Python26\Lib\site-packages\django\contrib\syndication
\views.py" in feed
  19.         feedgen = f(slug, request).get_feed(param)
File "C:\django\Python26\Lib\site-packages\django\contrib\syndication
\feeds.py" in get_feed
  131.             link = add_domain(current_site.domain,
self.__get_dynamic_attr('item_link', item))
File "C:\django\Python26\Lib\site-packages\django\contrib\syndication
\feeds.py" in add_domain
  13.     if not (url.startswith('http://') or url.startswith
('https://')):

Exception Type: AttributeError at /feeds/latest/
Exception Value: 'NoneType' object has no attribute 'startswith'
-- 
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