diff options
-rw-r--r-- | cnprog.wsgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cnprog.wsgi b/cnprog.wsgi index 14a62e0e..bd3745ee 100644 --- a/cnprog.wsgi +++ b/cnprog.wsgi @@ -1,3 +1,4 @@ +#example wsgi setup script import os import sys sys.path.append('/path/above_forum') |