annot-server/config.py
author cavaliet
Mon, 20 Oct 2014 15:00:19 +0200
changeset 47 33002744dbbd
parent 13 435d5c15275a
permissions -rw-r--r--
Merge with 8d2fb4ec85d780422af207a1e8425d82921eef1e

import os.path

WEB_PORT = 8080
WS_PORT = 8090
OSC_PORT = 9090

CONN_STR = ''

STATIC_URL = '/static'
STATIC_ROOT = os.path.join(os.path.dirname(os.path.abspath(__file__)),'static')

from settings import *