Re: Django manage.py returns ValueError: zero length field name in format

2014-01-06 Thread Jaimin Patel
Its highly recommended that you use Python 2.7. It should resolve the issue. Thanks. On Sunday, January 5, 2014 8:50:06 PM UTC-5, Carlos Quiros wrote: > > Hi, > > I am trying to run a Django application in Python 2.6.6 Django==1.5.5 . > But when I try to run > > *python manage.py* > > I get: > >

Re: Django manage.py returns ValueError: zero length field name in format

2014-01-06 Thread Jaimin Patel
Here you can read it, https://docs.djangoproject.com/en/dev/releases/1.5/#python-compatibility though I agree that is should be working fine with your current setup as it does mention that its compatible with 2.6.5+. However, if its not too much trouble just update to 2.7 and it should work fin

Re: Django manage.py returns ValueError: zero length field name in format

2014-01-05 Thread Mario Gudelj
Sounds like you need 2.7 or at least 3. Check out this answer on SO http://stackoverflow.com/questions/10054122/valueerror-zero-length-field-name-in-format-python Can't have print('Your environment is:"{}"'.format(os.environ['DJANGO_SETTINGS_MODULE'])) Should be *print('Your environment is:"{0}"'