Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 487 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 487 Bytes

Website

This repo is the project for "Foundations of Computer Science".

Structure

website

  • app
    • main
      • errors.py: error handlers
      • forms.py: web forms
      • views.py: setting routers
    • static
      • css,js and pictures here
    • templates
      • some html templates here
    • models.py: database models
  • migrations:for database migration
  • venv
  • manager.py: manage app using flask-script