BCDA-APS / gemviz

Data visualization for tiled
https://bcda-aps.github.io/gemviz/
Other
4 stars 0 forks source link

rename app_settings.py #135

Closed prjemian closed 1 year ago

prjemian commented 1 year ago

The file app_settings.py is similar to app.py and complicates the command-line auto-completion when trying to run the app as a developer. (The auto-completion stops after python ./gemviz/app. There are two possible choices at this point.)

There is already a settings object so settings.py would not be a good choice. Pick a different name, such as user_settings.py. VSCode can refactor this name change easily.