Skip to content

Instantly share code, notes, and snippets.

@tuxador
Created May 30, 2018 15:35
Show Gist options
  • Save tuxador/257c71faa01fc7a05d8bab488cc30edb to your computer and use it in GitHub Desktop.
Save tuxador/257c71faa01fc7a05d8bab488cc30edb to your computer and use it in GitHub Desktop.
script to directly run a django app
#! /bin/bash
source /webapp/site/bin/activate
cd /webapp/site/kardio/src
python manage.py runserver 0.0.0.0:8000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment