MSTC-DA-IICT / B-for-Blog

Hacktoberfest 2021
MIT License
2 stars 10 forks source link

Shift URL Patterns from Django Project to Django App #14

Closed dishantvyas15 closed 3 years ago

dishantvyas15 commented 3 years ago

Issue: All the existing patterns belong to the django project folder and not the django app folder.

Solution: Create a urls.py file in the blog app and move all the existing URL patterns from django_blog/urls.py to blog/urls.py. Include the URLs of blog/urls.py in django_blog/urls.py.

gkydev commented 3 years ago

Hi can you assign this to me ?

RahulPalve commented 3 years ago

@dishantvyas15 Done #15

dishantvyas15 commented 3 years ago

@dishantvyas15 Done #15 We appreciate your work @RahulPalve but unfortunately, this violates our contribution guidelines. Contributors should initiate a pull request only after they're assigned the corresponding issue. You may get some other issue assigned to you and then work on it. Thanks.

dishantvyas15 commented 3 years ago

Hi can you assign this to me ? Sure @gkydev! Assigned to you.

RahulPalve commented 3 years ago

@dishantvyas15 Oh, I forgot to read guidelines, @gkydev you can start working my using my branch

dishantvyas15 commented 3 years ago

@dishantvyas15 Oh, I forgot to read guidelines, @gkydev you can start working my using my branch Commend your spirit, @RahulPalve