django-constance/example/cheeseshop
Ekin Ertaç dfce4f2fe5
url() is deprecated in Django 3.1 (#418)
* replace url()'s with re_path()

* convert re_path to path

* import path instead of re_path

* Convert missed re_path to path

Co-authored-by: Alexandr Artemyev <mogost@gmail.com>
2020-11-18 11:12:27 -05:00
..
apps Drop support py<3.5 django<2.2 (#359) 2019-12-23 16:20:41 -05:00
__init__.py added an example project 2010-12-02 10:49:29 +01:00
settings.py Add MULTILINE field to test #396 manually 2020-05-26 18:00:13 +07:00
urls.py url() is deprecated in Django 3.1 (#418) 2020-11-18 11:12:27 -05:00
wsgi.py default wsgi.py 2016-09-26 20:53:36 +13:00