equal
deleted
inserted
replaced
180 cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path |
180 cubicweb_appobject_path = TestServerConfiguration.cubicweb_appobject_path | TwistedConfiguration.cubicweb_appobject_path |
181 cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path |
181 cube_appobject_path = TestServerConfiguration.cube_appobject_path | TwistedConfiguration.cube_appobject_path |
182 |
182 |
183 def available_languages(self, *args): |
183 def available_languages(self, *args): |
184 return ('en', 'fr', 'de') |
184 return ('en', 'fr', 'de') |
|
185 |
|
186 def default_base_url(self): |
|
187 return BASE_URL |
185 |
188 |
186 def pyro_enabled(self): |
189 def pyro_enabled(self): |
187 # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and |
190 # but export PYRO_MULTITHREAD=0 or you get problems with sqlite and |
188 # threads |
191 # threads |
189 return True |
192 return True |