Skip to content
New issue

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

Python 3.7 missing Django and uwsgi.ini example from tmp #42

Open
theav8or opened this issue Sep 21, 2019 · 0 comments
Open

Python 3.7 missing Django and uwsgi.ini example from tmp #42

theav8or opened this issue Sep 21, 2019 · 0 comments

Comments

@theav8or
Copy link

theav8or commented Sep 21, 2019

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

@theav8or theav8or changed the title Folloing the Python 3.7 missing Django and uwsgi.ini example from tmp Sep 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant