TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What did you make in Django?

15 点作者 pythonbull超过 8 年前

10 条评论

DrkSephy超过 8 年前
A while back I created the Django Hackathon Starter [1] which was aimed to be a general boilerplate providing several out-of-the box OAuth hooks and API examples. It hasn&#x27;t been updated recently, but was a pretty fun project to work on at the time.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;DrkSephy&#x2F;django-hackathon-starter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;DrkSephy&#x2F;django-hackathon-starter</a>
captainmuon超过 8 年前
I made a bunch of things in Django as side projects, but unfortunately haven&#x27;t managed to launch anything. One reason is that I don&#x27;t have enough time due to my day job, and another is that I loose interest when these side projects become hard :-&#x2F;. But anyway:<p>- A version of caniuse.com, but for modern C++<p>- A website for going out in my city, scraping the web for events and displaying it all in one place (e.g. 80s night here, techno there, ...)<p>- A real life bugtracker for my city. There is a pothole &#x2F; ridiculous intersection &#x2F; missing playground? Open an issue! I think this one especially has potential.<p>Django makes it easy for data-centric sites. Just whip up a few models and templates, and start adding data using the admin interface, or by scraping.
admtal超过 8 年前
I built a dating site with django.<p>It&#x27;s no longer maintained, and most likely not functioning, but still running on Heroku. (tangerine.herokuapp.com)<p>Here is what it looked like : <a href="http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;aOgf1" rel="nofollow">http:&#x2F;&#x2F;imgur.com&#x2F;a&#x2F;aOgf1</a>
tedmiston超过 8 年前
I&#x27;ve built a couple dozen projects in Django, mostly closed source or for private companies. It&#x27;s a really powerful framework for web apps, APIs (with DRF), and the ORM is very quick to get a prototype running as well. Django is awesome.
scot_hacker超过 8 年前
I created the life-goal sharing site bucketlist.org in Django about six years ago. Super fun side project. Maintained it myself for a couple of years, then sold it to some passionate investors who have done a good job keeping it alive and thriving.<p>I&#x27;ve also created several university web sites and intranets, worked for years on a journalism project&#x2F;publication, and am currently working on a massive Django-driven portal for an arts college in California.
s_kilk超过 8 年前
Not something I created from scratch, but I had the chance to work on a very large Django codebase at TVSquared.<p>We ended up taking out most of stock Django and only using the router and controller functions.
评论 #12825778 未加载
babayega2超过 8 年前
I started working on a Django project, customizing RapidSMS [0]. It worked so well, and we moved to the next iteration of SMS platform called RapidPro [1], building dashboards in Django to display data collected.<p>DRF+AngularJs is the killer here.<p>[0] : <a href="https:&#x2F;&#x2F;www.rapidsms.org" rel="nofollow">https:&#x2F;&#x2F;www.rapidsms.org</a> [1] : <a href="http:&#x2F;&#x2F;app.rapidpro.io" rel="nofollow">http:&#x2F;&#x2F;app.rapidpro.io</a>
danialtz超过 8 年前
We built a multi-lingual platform on top of Django (e.g. <a href="https:&#x2F;&#x2F;www.caremondo.com&#x2F;en&#x2F;orthopaedics&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.caremondo.com&#x2F;en&#x2F;orthopaedics&#x2F;</a> being the main app), which was recently acquired. Apart from form-handling facepalms, the rest has been quite a breeze.
rayalez超过 8 年前
A platform for publishing fiction:<p><a href="http:&#x2F;&#x2F;fictionhub.io" rel="nofollow">http:&#x2F;&#x2F;fictionhub.io</a><p>A website where you can discover educational videos:<p><a href="http:&#x2F;&#x2F;lumiverse.io" rel="nofollow">http:&#x2F;&#x2F;lumiverse.io</a>
wayn3超过 8 年前
Nothing. Its just as much of a turd as Rails is. Using flask instead for simple apps.
评论 #12825769 未加载