I'm new to django, and still figuring out a lot of things.
When I run the syncdb command of manage.py, after some of the steps have been completed, I get this:
AttributeError: "'NoneType' object has no attribute 'mkstemp'" in > ignored
how do I solve this? Is there a version of django nonrel that solves this?