On Wed, Mar 3, 2010 at 4:07 PM, mendes.rich...@gmail.com < mendes...@gmail.com> wrote:
> Hello Django Users, > > I just tried to upgrade my django version towards the last official > release Django 1.1.1 and ran into some trouble after the install. > When i do a runserver first it complained about an AttributeError: > 'Settings' that didn't have certain attributes. > > To solve this is added the following settings: > LOCALE_PATHS = tuple() > DEFAULT_INDEX_TABLESPACE = '' > DEFAULT_TABLESPACE = '' > These are things you should not have had to do and indicate something is seriously broken in your install. Proceeding to attempt to patch it up by manually adding mysteriously missing bits is probably not the best approach. I recommending starting over by completing removing the existing install and re-installing. Note the oldest of those settings -- LOCALE_PATHS -- was added to the global settings file nearly 2.5 years ago: how old is the version you were upgrading from? (If you are really upgrading from a release that old there are going to be code changes you'll need to make to adjust to the differences between Django 0.96 and Django 1.0.) Karen -- 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.