pclubuiet / website

Programming club, PU official website.
https://pclubuiet.herokuapp.com
GNU General Public License v3.0
14 stars 70 forks source link

"/" redirects to "/home" #102

Closed harshitjindal closed 6 years ago

harshitjindal commented 6 years ago

Fixes issue #66

Changes: Used RedirectView to make "/" redirect to "/home"

Run python3 manage.py runserver Open http://127.0.0.1:8000 in a web browser, it should redirect to http://127.0.0.1:8000/home

sagar-kalra commented 6 years ago

Make seperate PRs for seperate commits. @harshitjindal

harshitjindal commented 6 years ago

@sagar-kalra The earlier commit was already merged by @divyam3897 yesterday. I just messed up my local machine's repo which led to a different SHA for the same commit, that's why it was showing up here as a change. tl;dr There's only one commit now :)