login page
This commit is contained in:
6
Lib/site-packages/crispy_forms/compatibility.py
Normal file
6
Lib/site-packages/crispy_forms/compatibility.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import django
|
||||
|
||||
if django.VERSION < (3, 0):
|
||||
from django.utils.lru_cache import lru_cache # noqa: F401
|
||||
else:
|
||||
from functools import lru_cache # noqa: F401
|
||||
Reference in New Issue
Block a user