5 lines
107 B
Python
5 lines
107 B
Python
from __future__ import unicode_literals
|
|
|
|
TEST_VIEW_NAME = 'test view name'
|
|
TEST_VIEW_URL = 'test-view-url'
|