Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import error for Django 4.1 #12

Open
yutanov opened this issue Jul 28, 2023 · 0 comments
Open

Import error for Django 4.1 #12

yutanov opened this issue Jul 28, 2023 · 0 comments

Comments

@yutanov
Copy link

yutanov commented Jul 28, 2023

Adding this line to urls.py
url(r'^' + settings.S3_BROWSER_SETTINGS + '/', include('djangoS3Browser.s3_browser.urls')),

get the error:
ImportError: cannot import name 'url' from 'django.conf.urls' (/usr/local/lib/python3.11/site-packages/django/conf/urls/init.py)

How to fix it in Django 4.1?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant