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
[ bash Code ]
-
-
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/ &
-
Post a comment
You must be logged in to post a comment.