django-startproject-docker icon indicating copy to clipboard operation
django-startproject-docker copied to clipboard

Generates the files needed for a production ready Django deployment in Docker. Custom user model, PostgreSQL database backend, uWSGI Python server, Nginx web server with self-signed SSL certificates,...

Results 3 django-startproject-docker issues
Sort by recently updated
recently updated
newest added

``` # docker run --rm \ -e PROJECT_NAME=genesys_call_recording \ -v $(pwd):/code \ mjstealey/django-startproject-docker \ --nginx \ --ssl-certs \ --owner-uid $(id -u) \ --owner-gid $(id -g) ### Generate with Nginx ###...

Ubuntu 18 Error: django | bind(): Address already in use [core/socket.c line 230] ``` .... database docker-entrypoint.sh postgres Up 0.0.0.0:5432->5432/tcp django /code/docker-entrypoint.sh Up 0.0.0.0:8000->8000/tcp nginx nginx -g daemon off; Up...

### Django startproject ![Django startproject init](https://user-images.githubusercontent.com/5332509/39456943-158aefc2-4cb8-11e8-9c46-b92660665209.png) startproject after custom user model home signup login login - no highlight