forked from CGM_Public/pretix_original
Remove usage of deprecated Django APIs
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
# License for the specific language governing permissions and limitations under the License.
|
||||
|
||||
from django.conf import settings
|
||||
from django.conf.urls import include, re_path
|
||||
from django.conf.urls import re_path
|
||||
from django.urls import include
|
||||
from django.views.generic import RedirectView
|
||||
|
||||
import pretix.control.urls
|
||||
|
||||
Reference in New Issue
Block a user