Skip to content
Snippets Groups Projects
Select Git revision
  • 1eac118347aac5e0f7196519938d7905f053dc17
  • master default protected
  • v2 protected
  • v2-test protected
  • piratiuk
  • regionalSuccess
  • v1
7 results

.env.example

Blame
  • run.sh 145 B
    #!/bin/bash
    
    # exit on error
    set -e
    
    # migrate database
    python manage.py migrate
    
    # start webserver
    exec gunicorn -c gunicorn.conf.py majak.wsgi