Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.03 KB

WHERE_ARE_THINGS.md

File metadata and controls

50 lines (41 loc) · 1.03 KB

Where are things?

Views

backend/<section/app>/views/<file>.py

Tests

backend/tests/test_<section>.py

Page Routes (URLS.py)

backend/urls.py

Context Processors (c_p.py) (variables passed into every page)

backend/context_processors.py

Static Files

frontend/static/img/
frontend/static/js/

Templates (HTML Pages)

  frontend/templates/pages/<section>/<page_name>.html

Partial Templates

  frontend/templates/pages/<section>/_<page_name>-<partial_topic>.html
  e.g. --> frontend/templates/pages/receipts/_dashboard_search_results.html