1,577 reputation
518
bio website
location
age
visits member for 2 years, 8 months
seen 3 hours ago
stats profile views 127

3h
comment Django Satchmo DeserializationError when doing syncdb
Due to lack of information it was not easy to help. Please, try to get a traceback by python manage.py syncdb --traceback. Write the version of Python, Django, Satchmo and Yaml. You can reproduce it without affecting the fixed system with virtualenv --no-site-packages any_new_dir, source that_new_dir/bin/activate, pip install ...
May
13
revised Using py.test with coverage doesn't include imports
readability
May
12
answered Using py.test with coverage doesn't include imports
May
10
revised Why would Django (1.5.1) call Loader.load_template_source() 69 times?
highlighted a word
May
10
revised Why would Django (1.5.1) call Loader.load_template_source() 69 times?
edited tags
May
10
revised Why would Django (1.5.1) call Loader.load_template_source() 69 times?
appended text
May
9
answered Why would Django (1.5.1) call Loader.load_template_source() 69 times?
May
9
revised Verbose deprecation warnings in Django
note about Python 2.7
May
9
answered Django 1.4: DeprecationWarning with django.template.loader.render_to_string
May
9
revised Verbose deprecation warnings in Django
docs reference
May
9
answered Verbose deprecation warnings in Django
May
1
comment Detecting the end of the stream on popen.stdout.readline
You can close the pipe (stdout + stderr) from the child bash process when its output is gone by these commands exec 1>&- exec 2>&- as I described in my aswer. I think that recommendations from the accepted answer are less robust than explicit closing the pipe.
Apr
30
revised Detecting the end of the stream on popen.stdout.readline
added 69 characters in body
Apr
30
answered Detecting the end of the stream on popen.stdout.readline
Apr
28
comment how to write a more Pythonic python code to convert a integer to a Iteration list?
It is an IQ test? If not then more Pythonic is: 17) "If the implementation is hard to explain, it's a bad idea." 18) "If the implementation is easy to explain, it may be a good idea." (Zen of Python)
Apr
12
comment Django Satchmo DeserializationError when doing syncdb
I tried exactly same without problem now. (compiled Python 2.7.4 and Satchmo Quick Install, Django 1.4.x) Please write a traceback and Python and PyYAML vesion. (python manage.py syncdb --traceback and pip freeze)
Mar
30
revised NoReverseMatch Error
added 265 characters in body
Mar
30
revised South: Unknown command 'migrate'
added 1 characters in body
Mar
30
awarded  Necromancer
Mar
24
comment Error on running syncdb with django app set up
First verify that MEDIA_URL is correctly ending with a slash according to docs.djangoproject.com/en/1.5/ref/settings/#media-url