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

Project Complete! #543

Closed JiriesKaileh closed 1 year ago

lo-maxwell commented 1 year ago

Looks good so far, keep up the good work! Remember that for the final submission you'll need to integrate the polls app with the hknweb site, rather than just having the files slapped on, but that's something to deal with after finishing the tutorial. Also take a look at the django quiz if you haven't yet, there's some supplementary material there that might help during/after finishing the tutorial.

lo-maxwell commented 1 year ago

Hey there, looks like your files are still just a standalone folder. We want to have the polls app integrated with the hknweb site so that you can go to 127.0.0.1:8000/polls and have your polls app show up (where 127.0.0.1:8000/ will take you to the main site). Check the candidate semester requirements page for more details, or feel free to ask if you have any questions.

lo-maxwell commented 1 year ago

Make sure to also update the hknweb/urls.py file, and remove the extra copies of your polls app.