Re: Some problems with running django

2018-06-07 Thread æ›č逍遙
Hello Julio Biason I just changed my host name That's right, it's really a question of the host name. Now normal startup~~ Thank you very much Thank you very much 👍 [image: Mailtrack] Sender not

Re: Some problems with running django

2018-06-07 Thread Julio Biason
Hi, I took a longer look at the error and it seems the error raised when the server was starting up. The code tries to figure out your machine name -- a thing that's stored, on Linux systems, on /etc/hostname and on OS X on Settings -> Sharing -- and *that* name has special characters (I'd guess i

Re: Some problems with running django

2018-06-06 Thread æ›č逍遙
Hello Julio Biason He is the initial version I did it according to the tutorial [image: Mailtrack] Sender notified by Mailtrack

Re: Some problems with running django

2018-06-06 Thread æ›č逍遙
Julio Biason æ‚šć„œ Thank you I am a beginner mytestsite/settings.py I don't know where to change I did not change him too difficult I do not know what to do [image: Mailtrack] Sender notified by Ma

Re: Some problems with running django

2018-06-06 Thread Julio Biason
Hi, UnicodeDecodeErrors are quite common in Python 2, when you add an UTF8 character and the system is not set up for it (usually, you need to start your code with `# encoding: utf-8`). But the fact that this seems to affect socket is weird as heck. I'd check anything in mytestsite/settings.py to

Some problems with running django

2018-06-06 Thread æ›č逍遙
Hello I run => python manage.py runserver get result --- C:\mydjango\mytestsite>python manage.py runserver Performing system checks... System check identified no issues (0 silenced). You have 14 unapplied migration(s).