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

Update for django==2.0 #22

Merged
merged 1 commit into from
Dec 5, 2017
Merged

Update for django==2.0 #22

merged 1 commit into from
Dec 5, 2017

Conversation

jiunbae
Copy link
Contributor

@jiunbae jiunbae commented Dec 3, 2017

Django 2.0 released and there were some changes to the url function.

in hubblemon/urls.py(line 32)

...
    url(r'^admin/', include(admin.site.urls)),
...

It should be fixed as follows.

...
    url(r'^admin/', admin.site.urls),
...

And this is a pull request to fix it.

@jiunbae
Copy link
Contributor Author

jiunbae commented Dec 3, 2017

Or you can limit version of Django to less than 2.0. (If it is necessary)

@lynix94 lynix94 merged commit d08ac69 into naver:master Dec 5, 2017
@lynix94
Copy link
Contributor

lynix94 commented Dec 5, 2017

Thanks. I merge it.

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

Successfully merging this pull request may close these issues.

2 participants