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
The URL example given in the default Django project includes:
# url(r'^$', 'myblog.views.home', name='home'),
I think that's how we should setup or homepage. As a "home" view in the blog/views.py file, instead of creating a second project-level views file.
blog/views.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The URL example given in the default Django project includes:
I think that's how we should setup or homepage. As a "home" view in the
blog/views.py
file, instead of creating a second project-level views file.The text was updated successfully, but these errors were encountered: