[Answer]-Running Django server (Python 3.4)

1👍

Run the following command:

manage.py migrate

This will create your tables in your database, then try running your server.

0👍

Okay I got it, it was pretty dumb, I just had non-ASCII characters in my hostname. Now it works perfectly !

Leave a comment