Moving local server stuff back

master
Nick Sergeant 2011-10-23 21:15:23 -04:00
parent e14bc4a02f
commit ea412105d0
6 changed files with 3 additions and 3 deletions

3
gs
View File

@ -1,3 +0,0 @@
#!/usr/bin/env bash
gunicorn_django snipt/settings.py -c gunicorn.conf.py debug_wsgi:application

View File

3
snipt/gs Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
gunicorn -c gunicorn.conf.py debug_wsgi:application