Python Forum

Full Version: Django Connection Error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
is your virtual environment activated?