ASKBOT / askbot-devel

Askbot is a Django/Python Q&A forum. **Contributors README**: https://github.com/ASKBOT/askbot-devel#how-to-contribute. Commercial hosting of Askbot and support are available at https://askbot.com
Other
1.56k stars 627 forks source link

BUG: Wrong type in the command-line option for --db-engine #891

Closed rs2 closed 2 years ago

rs2 commented 2 years ago

See https://github.com/ASKBOT/askbot-devel/blob/b6cb7373eb9f4f6160575b9b8a14780b9c9c0154/askbot/deployment/__init__.py#L237-L238

Engine type keys are now str, not ints.