Welcome to code.rss, the official website made by and maintained by the students of the Richmond Secondary School Programming club.
to contact us, please email [email protected] or our teacher sponsor [email protected]
- Main page
- Archive page
- Member page
- Tutorial & resource page
- Project Timeline
- Contact form
- Member login system
- Forum
- School info/ Announcement board
Flask Specifics:
*Set up file structure. Also loaded a basic template found online to implement static files.
TL;DR = {{ url_for('static', filename='xxx')}}
*code-rss.py is the main file to run