Skip to content
Snippets Groups Projects
Select Git revision
  • 530f56207acff1ee944621889b583c5da125b38e
  • ui_koalicni default
  • ui_styleguide protected
3 results

content-block.pcss

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