We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the instructions on https://github.com/Azure-App-Service/python#how-to-deploy-django-project Ran python /usr/local/bin/django-admin.py startproject mysite to start a new project
the command was not found: root@c7374577c6e3:/# find . -name "django*" ./usr/share/vim/vim80/syntax/django.vim
I had to run: pip install Django received the following WARNING: You are using pip version 19.2.1, however version 19.2.3 is available
post, django-admin was available
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the instructions on https://github.com/Azure-App-Service/python#how-to-deploy-django-project
Ran python /usr/local/bin/django-admin.py startproject mysite to start a new project
the command was not found:
root@c7374577c6e3:/# find . -name "django*"
./usr/share/vim/vim80/syntax/django.vim
I had to run:
pip install Django
received the following WARNING: You are using pip version 19.2.1, however version 19.2.3 is available
post, django-admin was available
The text was updated successfully, but these errors were encountered: