blazar-dashboard/blazar_dashboard/content/hosts
manchandavishal 837eb58428 Address RemovedInDjango40Warning
In Django 3.1, django.conf.urls.url() is deprecated
in favor of django.urls.re_path(). For more info see [1]
These were already replaced in Horizon repo by [2].

[1] https://docs.djangoproject.com/en/4.0/releases/3.1/#id2
[2] https://review.opendev.org/c/openstack/horizon/+/827093

Change-Id: I71e21300e6c072f790ae0517bb40d18b01a4a23b
2022-04-29 22:00:57 +05:30
..
templates/hosts Add a reservable field of Hosts 2018-02-21 07:07:32 +00:00
__init__.py Add a Hosts panel to the admin dashboard 2017-10-02 19:16:08 +09:00
forms.py Display error details 2022-02-15 12:35:58 +01:00
panel.py Add a Hosts panel to the admin dashboard 2017-10-02 19:16:08 +09:00
tables.py Add a reservable field of Hosts 2018-02-21 07:07:32 +00:00
tabs.py Django 2.0 support 2018-05-10 23:09:55 +09:00
tests.py Cleanup py27 support 2020-04-16 15:23:47 +02:00
urls.py Address RemovedInDjango40Warning 2022-04-29 22:00:57 +05:30
views.py Django 2.0 support 2018-05-10 23:09:55 +09:00
workflows.py Use json.loads instead of eval for JSON parsing 2020-09-30 19:07:43 +02:00