Ask Your Question
1

On syncdb getting TypeError: Item in ``from list'' not a string

asked 2013-03-06 23:56:29 -0500

junior123's avatar

updated 2013-03-07 00:04:38 -0500

Evgeny's avatar

Have been struggling for two days with this issue: after a pip install of askbot, and setup etc, when i run python manage.py syncdb, i get an error saying

WARNING!!! You are using a 'locmem' (local memory) caching backend,
which is OK for a low volume site running on a single-process server.
For a multi-process configuration it is neccessary to have a production
cache system, such as redis or memcached.

With local memory caching and multi-process setup you might intermittently
see outdated content on your site.

TypeError: Item in ``from list'' not a string

It is the typeError that does not go away - i googled for hours together and found that the issue could be a force_str so now my settings.py is full of force_str wherever i could find a string but of no use. The TypeError just does not go away.

PLS HELP !!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
0

answered 2013-03-07 00:04:19 -0500

Evgeny's avatar

If you currently have django 1.5, please downgrade to 1.4 as the latest version is not yet supported.

edit flag offensive delete link more
0

answered 2013-03-07 01:20:19 -0500

junior123's avatar

Thanks a lot Evgeny, that worked.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-03-06 23:56:29 -0500

Seen: 2,033 times

Last updated: Mar 07 '13