ASWWU-Web / python_server

The API server for ASWWU Web. This project uses the Tornado web framework to serve and manage data across all ASWWU sites.
https://aswwu.com/server
4 stars 10 forks source link

Feature: use environment variables #196

Closed rileyallyn closed 2 months ago

rileyallyn commented 4 months ago

While it is nice to use python dicts to configure the application. We should move to a config format or environment variables. This will allow ease of use to run tests and run code without making a configuration change

rileyallyn commented 2 months ago

Completed in #202