Changed development admin serving rom grappelli based to a more generic django admin based

This commit is contained in:
Roberto Rosario
2011-10-24 20:36:52 -04:00
parent 4f1a234c0a
commit d45ad40233

View File

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