Added Pyre

This commit is contained in:
Mohamed ElKalioby
2024-01-23 14:07:16 +03:00
parent 992f97b9fa
commit 393a0f3ece
11 changed files with 33 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ from .models import *
try:
from django.urls import reverse
except:
from django.core.urlresolvers import reverse
from django.core.urlresolvers import reverse # pyre-ignore[21]
from django.template.context_processors import csrf
from django.template.context import RequestContext
from django.conf import settings