SEED-platform / seed

Standard Energy Efficiency Data (SEED) Platform™ is a web-based application that helps organizations easily manage data on the energy performance of large groups of buildings.
Other
111 stars 54 forks source link

Cleanup shebangs #4799

Closed axelstudios closed 2 months ago

axelstudios commented 2 months ago

Any background context you want to provide?

Shebangs (#!) should only be on executable python files that are meant to be run directly, and we only have two such files (manage.py and celery.py)

What's this PR do?

How should this be manually tested?

Tests should pass