radiac / nanodjango

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

Support for FastAPI-style single file apps without violating pep8 #43

Open arnoan opened 1 week ago

arnoan commented 1 week ago

I am adding this issue to track progress on the ability to use Django Ninja in a pep8 compliant way.

This was originally opened as an issue directly in the Django Ninja repo (see Change settings access to support FastAPI-style single file apps #1169 ) but I believe it is valuable to track it here as well for better visibility.

Thank you @radiac for all your valuable contributions to open source. Particularly for your work on nanodjango. It is highly appreciated.

radiac commented 1 week ago

Thank you for the kind words! I'm in the middle of a couple of other changes, then this and related #30 will be next up