krritik / nest4guest

This is a python based online guest house booking system
13 stars 13 forks source link

Origin/krritik_temp #30

Closed mac912 closed 4 years ago

mac912 commented 4 years ago

Pull request checklist

Checklist:

krritik commented 4 years ago

Resolve the conflict and also update the local server link:127.0.0.1/home to 127.0.0.1/ in the readme

krritik commented 4 years ago

And also I would suggest instead of removing the link "/home" from the URL. Just add another url for just "/" , because removing the home URL will break the code in some parts.

mac912 commented 4 years ago
  1. path('/', views.home, name='home') 2.path('home/', views.home, name='home'), like this? should I keep both the urls
krritik commented 4 years ago

Yes keep both urls

krritik commented 4 years ago

already done