radiac / nanodjango

Full Django in a single file - views, models, API ,with async support. Automatically convert it to a full project.
544 stars 24 forks source link

Django instances must be called app to convert #8

Closed radiac closed 5 months ago

radiac commented 5 months ago

The conversion code is hard-coded to look for the variable app. This needs to be updated, and scale.py needs to use django = Django(..).