From 9decbd2ffdf6d55cdc0ddb98727a1f8c6f88e588 Mon Sep 17 00:00:00 2001 From: raylu Date: Wed, 12 Jun 2013 19:12:30 -0700 Subject: run fcgi (not dotcloud), django 1.5 also, fix link on submit.html page --- postinstall | 2 -- 1 file changed, 2 deletions(-) (limited to 'postinstall') 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 -- cgit v1.2.3