Skip to main content

All Questions

Tagged with
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
3 votes
1 answer
4k views

Passing parameters to python -c inside a bash function?

I need to print the value of a Django setting while in a Bash shell. Basically, the command I'd like to run is python -c 'from django.conf import settings; print settings.MEDIA_ROOT'. I need to be in ...
JK Laiho's user avatar
  • 203
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