Skip to content

Instantly share code, notes, and snippets.

View tuxador's full-sized avatar

Dr M. Kaddour YAHYAOUI tuxador

View GitHub Profile
@tuxador
tuxador / benzerdjeb.sh
Created May 30, 2018 15:35
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