Is your feature request related to a problem? Please describe.
Whilst container hosting provides quickstart django templates, django-simple-deploy does the harder task of trying to automatically host existing django repos.
Describe the solution you'd like
When given an existing django application, using django-simple-deploy integrate, and (potentially) perform transformations needed, if any, to host on container hosting.
Describe alternatives you've considered
Additional context
Possibly links to: django-simple-deploy/django-simple-deploy#144