-
Notifications
You must be signed in to change notification settings - Fork 57
Blogpage created #167
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
Blogpage created #167
Conversation
AlumniConnect/urls.py
Outdated
path('members/', include('applications.members.urls')), | ||
path('events/', include('applications.events_news.urls')), | ||
path('news/', include('applications.news.urls')), | ||
path('blog/', include('applications.blog.urls')), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this line
ee9840b
to
b1eb805
Compare
@sarthakyeole Please don't force-push branch. Resolve conflicts and then push. Also, in your |
…o pr/sarthakyeole/167
This PR solves #163
blog.html
is created attemplates/blog
accordingly, changes made at
AlumniConnect/urls.py
also changes made at
applications/blog/models.py
applications/blog/urls.py
applications/blog/views.py