ZeroIntensity / view.py

The Batteries-Detachable Web Framework
https://view.zintensity.dev
MIT License
206 stars 15 forks source link

Config through parameters #53

Open ZeroIntensity opened 9 months ago

ZeroIntensity commented 9 months ago

Right now, to change the config you must either use a config file or manually edit it in a config instance. Perhaps things could be passed via new_app? For example:

from view import new_app

app = new_app(port=8080, host='localhost')
mahgieeee commented 9 months ago

hi can i work on this issue

ZeroIntensity commented 8 months ago

Any progress here? Will unassign if inactive.