Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 786 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 786 Bytes

SkydiveWx

SkydiveWx app developed in Python with the Plotly Dash framework.

Development

To build the package, run the following command:

pip install .

For development and to view any live changes, run the app locally with the following command:

Note: If changes do not appear on refresh, please delete all /build and *.egg-info files, then rebuild the package.

python src/skydivewx/app.py

Production Settings

Make sure that the following environment variables are exported:

  • GOOGLE_ANALYTICS_ID: ID of your Google Analytics property
  • EMAIL_SENDER_USERNAME: Email username to send error reports
  • EMAIL_SENDER_PASSWORD: Email password to send error reports