An open API service indexing awesome lists of open source software.

https://github.com/bitkill/ubuntu-py3-django

Docker container for django based projects. Includes uwsgi and wkhtmltox
https://github.com/bitkill/ubuntu-py3-django

Last synced: 3 months ago
JSON representation

Docker container for django based projects. Includes uwsgi and wkhtmltox

Awesome Lists containing this project

README

          

# Container for django with deps to generate pdf

Deploy your pyhon app with django + uwsgi

mount your app volume in the /code dir

sample entrypoint:
````
CMD [ "uwsgi", "--http", ":80", \
"--module","myapp.wsgi", \
"--master" ]
````