Skip to content

Instantly share code, notes, and snippets.

@studentIvan
Created December 28, 2015 09:05
Show Gist options
  • Save studentIvan/bcb114a05949d1b018ff to your computer and use it in GitHub Desktop.
Save studentIvan/bcb114a05949d1b018ff to your computer and use it in GitHub Desktop.
#!/bin/bash
cd ~/my/project/backend/
source ~/.virtualenvs/myenv/bin/activate
PS1="\u@\h:\w\$ "
echo -ne "\033]0;Django Backend Server\007"
./manage.py runserver
read -p "Press any key..."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment