Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 232 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 232 Bytes

Group Project A-11: Word of Mouth

To start, run: python manage.py runserver

Conventions

  • Put "_view" in method names for views.py
  • Never commit to main.
    • Create branches with names like feature/... and bug/...