More command sanitizing checks, renamed startup script to startup.sh.
This commit is contained in:
parent
81a13d873f
commit
9335adc03a
5 changed files with 29 additions and 3 deletions
4
startup.sh
Executable file
4
startup.sh
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
export DJANGO_SETTINGS_MODULE="settings"
|
||||
#python2.5 -m cProfile -o profiler.log -s time server.py
|
||||
python2.5 server.py
|
||||
Loading…
Add table
Add a link
Reference in a new issue