No DOMAIN in backend

This commit is contained in:
Laurent Bachelier 2013-02-14 23:06:05 +01:00
commit 60197c4e96

View file

@ -14,5 +14,4 @@ class ${r.classname}Backend(BaseBackend):
EMAIL = '${r.email}'
VERSION = '${r.version}'
DOMAIN = 'www.${r.name}.com'
BROWSER = ${r.classname}Browser