mistral-dashboard/mistraldashboard
Akihiro Motoki 3ae1e8aae3 Django 2.0 support
Replace django.core.urlresolves with django.urls

(In Django 2.0) The django.core.urlresolvers module is removed
in favor of its new location, django.urls.
It was deprecated in Django 1.10:
https://docs.djangoproject.com/en/2.0/releases/1.10/#id3

Add py35dj20 job to test Django 2.0 integration.

Change-Id: I6d2e38201387012ba9a02c4b0bd8377895a5919a
2018-05-15 06:14:48 +09:00
..
action_executions Django 2.0 support 2018-05-15 06:14:48 +09:00
actions Django 2.0 support 2018-05-15 06:14:48 +09:00
cron_triggers Django 2.0 support 2018-05-15 06:14:48 +09:00
default Removed unnecessary utf-8 encoding 2017-01-11 08:36:15 +05:30
enabled Move _50_mistral.py file into enabled folder 2016-12-22 07:10:27 +00:00
executions Django 2.0 support 2018-05-15 06:14:48 +09:00
static/mistraldashboard/css mistral-dashboard: added action executions screens 2016-12-06 10:46:15 +00:00
tasks Django 2.0 support 2018-05-15 06:14:48 +09:00
test Remove mox3 from test-requiremens.txt 2018-03-23 12:03:11 -04:00
workbooks Django 2.0 support 2018-05-15 06:14:48 +09:00
workflows Django 2.0 support 2018-05-15 06:14:48 +09:00
__init__.py Move dashboard from python-mistralclient 2014-06-17 13:53:16 +07:00
api.py Task table - type column would refer to workflow executions accordingly 2017-01-03 09:42:59 +00:00
dashboard.py mistral-dashboard: added action executions screens 2016-12-06 10:46:15 +00:00
exceptions.py Clean imports in code 2016-09-15 13:52:09 +07:00
forms.py UI: Task & Execution screen refactored 2015-11-05 11:18:02 +00:00
handle_errors.py UI: Cron Trigger screens - list and overview 2016-01-12 10:56:24 +00:00