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

Update __init__.py #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update __init__.py #68

wants to merge 1 commit into from

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