my dev ide

OK, so what else would one need from an IDE. It’s all there in a simple script. Here’s my django IDE 🙂

gnome-terminal \
        --hide-menubar \
        --tab-with-profile=dev --working-directory=/home/abdallah/Projects/ -e "python manage.py runserver" -t "server" \
        --tab-with-profile=dev --working-directory=/home/abdallah/Projects/ -e "python manage.py shell" -t "python shell" \
        --tab-with-profile=dev --working-directory=/home/abdallah/Projects/ -t "my editor" \
        --tab-with-profile=dev --working-directory=/home/abdallah/Projects/ -t 'my shell' 
firefox http://localhost:8000/admin/ &
firefox http://www.djangobook.com/en/ &

Similar Posts:

    None Found




No Comments


You can leave the first : )