diff options
author | raylu <ray.lu@getclever.com> | 2013-06-12 19:12:30 -0700 |
---|---|---|
committer | raylu <ray.lu@getclever.com> | 2013-06-12 19:12:30 -0700 |
commit | 9decbd2ffdf6d55cdc0ddb98727a1f8c6f88e588 (patch) | |
tree | 7e9fee33f0ea6c11cb63f7dda30f5c2dece09fa0 /postinstall | |
parent | 9e2a09e7254b3ad89d43c96be9229590518e9737 (diff) | |
download | pyc-9decbd2ffdf6d55cdc0ddb98727a1f8c6f88e588.tar.xz |
run fcgi (not dotcloud), django 1.5
also, fix link on submit.html page
Diffstat (limited to 'postinstall')
-rwxr-xr-x | postinstall | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/postinstall b/postinstall index 3132c08..b2da452 100755 --- a/postinstall +++ b/postinstall @@ -1,7 +1,5 @@ #!/usr/bin/env python -# http://docs.dotcloud.com/tutorials/django/#static-files-and-admin-media - import os os.environ['DJANGO_SETTINGS_MODULE'] = 'pyc.settings' import django.contrib.admin |