Skip to content

Commit

Permalink
fix urls import django 2
Browse files Browse the repository at this point in the history
  • Loading branch information
haricot authored Mar 9, 2020
1 parent f1c381b commit da786c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shop_paypal/payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

from django.conf import settings
from django.conf.urls import url
from django.core.urlresolvers import resolve, reverse
from django.urls import NoReverseMatch ,resolve, reverse
from django.core.exceptions import ImproperlyConfigured
from django.http.response import HttpResponseRedirect, HttpResponseBadRequest
from django.urls import NoReverseMatch
from django.utils.translation import ugettext_lazy as _
from cms.models import Page

Expand Down

0 comments on commit da786c8

Please sign in to comment.