view.py
view.py copied to clipboard
Config through parameters
trafficstars
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')
hi can i work on this issue
Any progress here? Will unassign if inactive.