Forums

Deploying from folder from a repo on github instead of the whole repo

The tutorials on the internet usually shows deploying the whole repo to pythonanywhere,for example : pa_autoconfigure_django.py https://github.com/<your-github-username>/my-first-blog.git

I want to be able to deploy it like this : pa_autoconfigure_django.py https://github.com/<your-github-username>/my-first-blog.git/FOLDER

The script does not support that and I don't think it's likely that we'll change it so that it can.