MSTC-DA-IICT / B-for-Blog

Hacktoberfest 2021
MIT License
2 stars 10 forks source link

Improve `blog/urls.py` #17

Closed dishantvyas15 closed 3 years ago

dishantvyas15 commented 3 years ago

In blog/urls.py import views from the same app and reference the view in every URL pattern using the dot operator (eg: views.sample_view).

Nevilkumar commented 3 years ago

@dishantvyas15 I would like to work upon this issue.

dishantvyas15 commented 3 years ago

Issue assigned to @Nevilkumar Thanks.

Nevilkumar commented 3 years ago

@dishantvyas15 I had already updated the urls.py file and made the changes, so please merge my PR.

dishantvyas15 commented 3 years ago

@Nevilkumar your changes were legitimate. I've merged this PR, but next time onwards, please refrain from submitting a PR before getting an issue assigned to you as it is against the community guidelines. You may want to note that issue assignment is done on a first-come, first-served basis.