First time here? Check out the FAQ!

Den4uk's profile - activity

2013-08-21 06:43:48 -0500 received badge Nice Question (source)
2013-06-08 05:03:13 -0500 received badge Notable Question (source)
2013-04-18 04:46:44 -0500 received badge Popular Question (source)
2013-03-25 19:55:24 -0500 received badge Student (source)
2013-03-13 11:31:10 -0500 received badge Famous Question (source)
2013-02-19 22:19:42 -0500 commented question Error ImportError: cannot import name str_to_unicode

sorry I'm new in Django, where can I get traceback, if I starting it in terminal, while webserver not running yet

here is what i got in termonal: python manage.py syncdb 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.

cannot import name str_to_unicode WARNING!!! You are using a 'loc

2013-02-19 09:52:54 -0500 asked a question Error ImportError: cannot import name str_to_unicode

Hi, after start syncdb got the next error ImportError: cannot import name str_to_unicode some ideas how to solve it?