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.

Django Unicorn – A full-stack framework for Django

53 pointsby mandsalmost 4 years ago

10 comments

Biganonalmost 4 years ago
The name is poorly chosen. Many people use gunicorn as a WSGI server in combination with Django, it might even be the most commonly used one (with uwsgi), and I feel like this name is much too close.
implyingalmost 4 years ago
Partly telling that we're in a frameworks-for-frameworks stage of webdev.
评论 #27400797 未加载
llIIllIIllIIlalmost 4 years ago
Just yesterday started exploring sockpuppet[1] and was impressed with the speed. Websockets made any change feel instant. Also liked how it uses data attributes to specify dynamic behavior. It should be powerful enough to build simple interactions but has clear way to extend for complexity. Will try today how sockpuppet works with django-tenants[2], if it does it will become my go-to toolset for web development.<p>[1]: <a href="https:&#x2F;&#x2F;sockpuppet.argpar.se&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sockpuppet.argpar.se&#x2F;</a> [2]: <a href="https:&#x2F;&#x2F;github.com&#x2F;django-tenants&#x2F;django-tenants" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;django-tenants&#x2F;django-tenants</a>
leephillipsalmost 4 years ago
Another option is htmx.org. It&#x27;s similarly small and unobtrusive, and I&#x27;ve found it easy to incorporate into Django templates.
readonthegoappalmost 4 years ago
This shit looks cool<p>As do some or many of the other competing technologies<p>I&#x27;ve been struggling to pick a stack that is super gd simple<p>But still let me do some SPA stuff for certain parts of the app<p>I might never actually write a line of code myself, but even so I want to easily be able to tell what my contractor is doing<p>And fix if necessary<p>Guide architecture<p>Maybe choose the initial stack in the first place<p>I&#x27;m overwhelmed at this point as to which stack I can use that will suck the least<p>Prob the biggest issue I have is just that &#x27;80%&#x27; number I often see thrown around with these new front end non-js js frameworks<p>That is, this will probably be able to handle about 80% of your use cases<p>Tf?<p>Noooooo<p>100%, please<p>At least, 100% of all up-to-medium-or-high complexity use cases<p>Not that I&#x27;m planning on rocket science<p>The question I want answered for any new tool like this is<p>Can it do basic UI interactivity like Duolingo?<p>Ok, then I&#x27;m in<p>Other than that<p>How to really compare this unicorn for django with livewire for laravel, inertia and or vue for everything, nuxt (which looks interesting), etc.<p>And my preferred contractor prefers rails, gd.
评论 #27405697 未加载
firedanalmost 4 years ago
What? This example code contains so many issues...<p>- why would you write every character to the backend? Do they really encourage storing UI state in the backend? - this approach fails greatly if a second user starts typing - it says &quot;no need to learn an additional template language&quot; but continues to define it in the input tag<p>It looks like the developers of this framework aren&#x27;t too much into actual client development. Example code should be at least valid to a certain point.
_throwawayawayalmost 4 years ago
This thing makes total sense and seems like a missing piece of Django
snicker7almost 4 years ago
Too complicated. I need a framework for Unicorn.
vira28almost 4 years ago
I thought Django is a framework..
junonalmost 4 years ago
Django is already terrible. Why build a framework on top of another framework?<p>This is madness.
评论 #27412019 未加载
评论 #27404399 未加载