5 lines
114 B
Python
5 lines
114 B
Python
from __future__ import absolute_import
|
|
LOGIN_REDIRECT_URL = '/cvkbrno/base'
|
|
|
|
from .tasks import app as celery_app
|