my dev ide

Posted on March 14th, 2008 in Coding, Work by abdallah

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

[ bash Code ]
  1.  
  2. gnome-terminal \
  3.         –hide-menubar \
  4.         –tab-with-profile=dev –working-directory=/home/abdallah/Projects/ -e "python manage.py runserver" -t "server" \
  5.         –tab-with-profile=dev –working-directory=/home/abdallah/Projects/ -e "python manage.py shell" -t "python shell" \
  6.         –tab-with-profile=dev –working-directory=/home/abdallah/Projects/ -t "my editor" \
  7.         –tab-with-profile=dev –working-directory=/home/abdallah/Projects/ -t ‘my shell’
  8. firefox http://localhost:8000/admin/ &
  9. firefox http://www.djangobook.com/en/ &
  10.  

Post a comment

You must be logged in to post a comment.