inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Disable async in shell #90

Closed geekforbrains closed 3 years ago

geekforbrains commented 3 years ago

When using Django 3.1+ models default to using async. Added a setting to disable this when in shell otherwise its a huge pain to grok stuffs.