Re: Problem at server startup

2015-03-28 Thread Luis Zárate
What is your machine name? It had a non ASCII character? Do you use __unicode___ ? In python 3 is __str__ El sábado, 28 de marzo de 2015, Anderson Resende < andersonresend...@gmail.com> escribió: > Put this code on first line in your files.py: > > # -*- coding: utf-8 -*- > > > Maybe work! > >

Re: Problem at server startup

2015-03-28 Thread Anderson Resende
Put this code on first line in your files.py: # -*- coding: utf-8 -*- Maybe work! -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@g

Problem at server startup

2015-03-27 Thread Sebastian Andres Guerra Montecino
Hi everyone, i'm just started on django... and i have a problem :(. I install django on windows (with Setuptools and PIP, according to the documentation), create a new project, use migrate but throws me a mistake: C:\Users\Kompressor\Documents\lalolando>python manage.py runserver 8080 Performing