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

Don't use shortcut for host for compatibility #39

Open WoosterInitiative opened 1 month ago

WoosterInitiative commented 1 month ago

Use "0.0.0.0" explicitly instead of "0" for default host. Tutorial would not complete in Windows for non-obvious reasons.

Created a HostPort class for better consistency throughout project.

Seems to be an issue with some of the tests in Windows? Haven't dug through them yet.