Add basic app layout and Server/Channel basic endpoints.

This commit is contained in:
2013-11-04 22:55:07 +00:00
parent 09af74a15f
commit 0ba3a12c24
4 changed files with 110 additions and 0 deletions

11
config.py Normal file
View File

@@ -0,0 +1,11 @@
import os
_basedir = os.path.abspath(os.path.dirname(__file__))
DEBUG = False
ADMINS = frozenset(['youremail@yourdomain.com'])
SECRET_KEY = 'SecretKeyForSessionSigning'
THREADS_PER_PAGE = 8
ICE_SECRET = 'test'