Skip to main content

All Questions

Tagged with
3 questions with no upvoted or accepted answers
2 votes
1 answer
8k views

Could not find a version that satisfies the requirement Django==2.0.6 (from versions: )

I am following a tutorial on https://djangogirls.org/ and I am frustratingly running into issues installing django or any other package. Per the tutorial, after creating and activating a Virtual Env, ...
Smock's user avatar
  • 31
0 votes
3 answers
11k views

Windows CMD cannot use Python Virtualenv or Django commands

I'm trying to use python Virtualenv and Django. I have successfully installed both using Pip. On every tutorial I've found, it tells me to open CMD and type in a command. For example: C:\Users\USER\...
user117279's user avatar
0 votes
2 answers
227 views

Windows does not see my command line arguments

C:\Users\Drew Gross\Documents\Projects\Batadase\src>django-admin.py startproject batadase Usage: django-admin.py subcommand [options] [args] Options: -v VERBOSITY, --verbosity=VERBOSITY ...
Drew's user avatar
  • 283