Skip to content
This repository was archived by the owner on Nov 28, 2024. It is now read-only.

Conversation

@jmelichar
Copy link

The try/except block here is failing for the most recent version of Django.

It's trying to import include from django.conf.urls and then failing into the ImportError exception which then causes a compilation error when it tries to import from django.conf.urls.default since that no longer exists.

The try/except block here is failing for the most recent version of Django.

It's trying to import include from django.conf.urls and then failing into the ImportError exception which then causes a compilation error when it tries to import from django.conf.urls.default since that no longer exists.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant