Python Forum
Django Connection Error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Web Scraping & Web Development (https://python-forum.io/forum-13.html)
+--- Thread: Django Connection Error (/thread-16939.html)



Django Connection Error - erfanakbari1 - Mar-21-2019

Hey guys!
I just got into start a new Django Project and I quite completely set all the things up include : Django , venv , and amlost everything .
But now when I try to test my project , I can't actually run the server !
I tried :
python manage.py runserver
in terminal .
But it didn't work . So I don't know what to do with it . and I'am very happy If you can help me get along with this .
Thanks


RE: Django Connection Error - Larz60+ - Mar-21-2019

is your virtual environment activated?