-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problems with migrate | i18n_patterns #48
Comments
Will fix this issue very soon, most probably by tonight :) Sorry for the late reply. |
Hello Alyakan;
|
can you rework this with include |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have next problem when try to migrate. I think it happens cause i use i18n_patterns. How to fix this problem?!
urlpatterns = i18n_patterns(
***
url(r'^comments/', include('comments.urls')),
)
Error:
The text was updated successfully, but these errors were encountered: