Remove convenience scripts

This commit is contained in:
Roberto Rosario
2014-05-17 19:04:43 -04:00
parent 8cea9298dc
commit 53528e55fb
2 changed files with 0 additions and 12 deletions

View File

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

View File

@@ -1,6 +0,0 @@
#!/bin/sh
if [ -n "$1" ]; then
./manage.py runserver_plus $1 --adminmedia ./static/admin/
else
./manage.py runserver_plus --adminmedia ./static/admin/
fi