Files
mayan-edms/runserver.sh
Roberto Rosario c03a093cf9 Implemented Django 1.3 staticfile handling app, removed grapelli from
the included 3rd party apps folder, updated to a recent version of rosetta
2011-08-06 18:00:01 -04:00

7 lines
102 B
Bash
Executable File

#!/bin/sh
if [ -n "$1" ]; then
./manage.py runserver $1
else
./manage.py runserver
fi