We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@h5jam commented on Sun Sep 08 2019
When I add this code in my blog/urls.py, a error occurs. I want to add the necessary module to the tutorial to make sure novices don't panic.
url(r'^drafts/$', views.post_draft_list, name='post_draft_list'),
Thank you.
https://tutorial-extensions.djangogirls.org/ko/homework/#%EA%B2%8C%EC%8B%9C%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%80-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EA%B8%80-%EB%AA%A9%EB%A1%9D-%ED%8E%98%EC%9D%B4%EC%A7%80-%EB%A7%8C%EB%93%A4%EA%B8%B0
KO
Mac
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@h5jam commented on Sun Sep 08 2019
Issue description
When I add this code in my blog/urls.py, a error occurs.
I want to add the necessary module to the tutorial to make sure novices don't panic.
url(r'^drafts/$', views.post_draft_list, name='post_draft_list'),
Thank you.
https://tutorial-extensions.djangogirls.org/ko/homework/#%EA%B2%8C%EC%8B%9C%EB%90%98%EC%A7%80-%EC%95%8A%EC%9D%80-%EB%B8%94%EB%A1%9C%EA%B7%B8-%EA%B8%80-%EB%AA%A9%EB%A1%9D-%ED%8E%98%EC%9D%B4%EC%A7%80-%EB%A7%8C%EB%93%A4%EA%B8%B0
Language
KO
Operating system
Mac
The text was updated successfully, but these errors were encountered: