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.

Awesome Django – A curated list of awesome Django apps and projects

27 pointsby siloraptoralmost 11 years ago

4 comments

glynjacksonalmost 11 years ago
Just to add my 2p. These are the packages I install every time I start a project in Django. I know some are not strictly Django but they make Django awesome!<p>Fabric: for deployment Sphinx: the only way to write documentation Sphinx RTD Theme: because the default them looks outdated. Django Nose: No need to explain this one! Pillow: because it&#x27;s better! Django-class-based-auth-views: class based views to reset orgotten passwords by email confirmation. django-storages:
评论 #8100747 未加载
leephillipsalmost 11 years ago
Nice to have this in one place. South is on the list - don&#x27;t use this for new projects, upgrade to Django 1.7 instead, that has migrations built in.
评论 #8099498 未加载
jsmeatonalmost 11 years ago
I noticed django-sendfile on the list but I personally prefer <a href="https://github.com/benoitbryon/django-downloadview" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;benoitbryon&#x2F;django-downloadview</a> now. Until very recently, django-sendfile didn&#x27;t support python3. django-downloadview also works with storages, and allows you to serve files with the development server based on rules.
评论 #8100758 未加载
评论 #8100749 未加载
togasystemsalmost 11 years ago
Any recommendation for a notifications framework that supports multiple backends? I would also like to have the notifications saved in the database. Is there a standard out there for this type of action?
评论 #8099828 未加载
评论 #8099731 未加载