compserv / hknweb

The new HKN website (using Django, hopefully at hkn.eecs.berkeley.edu soon)
https://dev-hkn.eecs.berkeley.edu
MIT License
19 stars 108 forks source link

Candidate Project: Done with Part 7 #527

Closed luisCermeno closed 1 year ago

luisCermeno commented 1 year ago

Hi Compserv, I finished part 7 and also included polls as an hknweb app. Thank you for the feedback last time!

lo-maxwell commented 1 year ago

Nice job! Next time let's remove the commented out code from polls/urls.py and polls/views.py as it no longer serves a purpose after we upgraded it to the better version. If you want to continue experimenting with django, some optional things to do are: 1) modify the frontend to match the layout of the rest of the hknweb site, 2) make links going to/from the main site to your polls app so the user doesn't have to manually enter the new url, 3) mess around with the admin panel and see how data is modified on the main site (may or may not work unless you update the repo to the newest version).

Congrats on finishing your candidate project! Closing this now.