Skip to content

Commit

Permalink
Added manage shell to make using environment variables easier
Browse files Browse the repository at this point in the history
  • Loading branch information
Beau Hargis committed Aug 3, 2013
1 parent 6317bca commit 3a5a86a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codalab/manage
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

source ./config/generated/startup_env.sh
echo " .... "
echo "$DJANGO_CONFIGURATION Configuration"
echo " .... "
python manage.py "$@"

0 comments on commit 3a5a86a

Please sign in to comment.