0

When I try to run the local server of Django with the aid of command line, I get the following results:

print screen with results, click here

As far I understand, there are several errors. What is the problem and how I can fix it?

(Django version-1.7.3, Python -3.4, OC -Windows7)

6
  • 1
    Not sure how you went about to get that output from the command line. But it would probably help if you posted your traceback. Commented Jan 20, 2015 at 18:50
  • possible duplicate: stackoverflow.com/questions/9746405/… Commented Jan 20, 2015 at 19:00
  • @dan-klasson I did it in according to the basic manual: docs.djangoproject.com/en/1.7/intro/tutorial01 After executing python manage.py migrate, I typed: d:\djaproject\mysite>python manage.py runserver. And It's going wrong (as for me). Commented Jan 20, 2015 at 19:02
  • What part of the tutorial did you encounter that? Did you try to insert values into the database? If so, did you create your db as unicode? Commented Jan 20, 2015 at 19:09
  • So you did startproject, then migrate and then runserver and you got that? Commented Jan 20, 2015 at 19:11

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.