dolamroth / starlette-web

Asynchronous web framework, based on Starlette and inspired by Django
MIT License
3 stars 1 forks source link

Rework management command dependency on option --settings, to match Django implementation #56

Closed dolamroth closed 10 months ago

dolamroth commented 1 year ago

Currently, removing --settings from args is hardcoded, because it is the only option, which may be required before instantiating Starlette application. Need some smarter workaround for this.