TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Nanodjango

32 pointsby ipmb8 months ago

2 comments

falcor848 months ago
This is unironically amazing. I love Flask for small projects, but setting it up to work with a database (using sqlalchemy and anything else I tried) is a lot more work than it is with Django&#x27;s batteries-included approach. This nanodjango really seems to be the best of both worlds, and this utility command to then convert it to a full Django app (if it works as advertised), is the icing on the cake [0]:<p><pre><code> nanodjango counter.py convert &#x2F;path&#x2F;to&#x2F;site --name=myproject </code></pre> [0] <a href="https:&#x2F;&#x2F;nanodjango.readthedocs.io&#x2F;en&#x2F;latest&#x2F;get_started.html#installation" rel="nofollow">https:&#x2F;&#x2F;nanodjango.readthedocs.io&#x2F;en&#x2F;latest&#x2F;get_started.html...</a>
stuaxo8 months ago
Has anyone got Django working in the browser with local emscripten and ideally in browser postgres?
评论 #41683204 未加载