texx00 / sandypi

The ultimate controller for sand tables
Other
28 stars 4 forks source link

Developer page #10

Closed texx00 closed 3 years ago

texx00 commented 3 years ago

Can create a developer page to run specific commands at runtime. Something like "restart server" "restart feeder" and so on...

texx00 commented 3 years ago

By looking around I discovered that it is possible to run python commands directly from the command line by starting the server with "flask shell" instead of using "flask run"