Files
home-information/docs/Development.md
2025-02-13 16:55:32 -06:00

768 B

Home Information Logo

Development

Requirements and Dependencies

  • Python 3.11 (or higher) - installed
  • Redis - installed and running

See the Dependencies Page if you want help installing those.

Tech Stack

  • Django 4.2 (back-end)
  • Javascript using jQuery 3.7 (front-end)
  • Bootstrap 4 (CSS)
  • SQLite (database)
  • Redis (caching)

Development Setup

See the Development Setup Page.

Development Workflow

See the Development Workflow Page.

Development Guidelines

See the Development Guidelines Page.

Developer Documentation

See the Developer Documentation Page.