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 1.7b1 released

120 pointsby cdjkabout 11 years ago

8 comments

temuzeabout 11 years ago
Django 1.7 is the first version to have schema migrations built in, thanks to this wonderful kickstarter:<p><a href="https://www.kickstarter.com/projects/andrewgodwin/schema-migrations-for-django" rel="nofollow">https:&#x2F;&#x2F;www.kickstarter.com&#x2F;projects&#x2F;andrewgodwin&#x2F;schema-mig...</a>
评论 #7440557 未加载
评论 #7440705 未加载
评论 #7440595 未加载
andybakabout 11 years ago
Would anyone who is familiar with both Django and the .js ecosystem care to comment on how they compare? I&#x27;m curious to know what how I would find life in the server-side js world. I&#x27;ve not heard of anything in the js ecosystem that&#x27;s taking on the sort of problems Django tries to solve. (not to say they aren&#x27;t solving different problems in some better ways)<p>Is it more sensible to regard Django (and Rails and other frameworks from that generation) and the node ecosystem as complementary rather than competitive at this present time? i.e. to use Django for the content-heavy parts and run node alongside it for the more app-like or real-time aspects?<p>And is this likely to change over time?<p>(please - don&#x27;t let this prompt another micro vs macro framework debate or a discussion on Django being &#x27;too big&#x27; - save that for another time)
评论 #7442255 未加载
评论 #7441597 未加载
评论 #7441319 未加载
评论 #7443133 未加载
cujoabout 11 years ago
Can someone familiar with Grails and Django give their 2c? I&#x27;ve done a fair amount of work in Grails, and when I did a small project in Django I found it somewhat more difficult to work with.<p>With Django, the quick test runs and startup were wins (although Grails mitigates that a bit these days), but I thought Django&#x27;s organization (or lack thereof) was a confusing mess and dealing with forms was an exercise in bending the API instead of working with it.
评论 #7442217 未加载
评论 #7443173 未加载
评论 #7442776 未加载
hrayrabout 11 years ago
So, I&#x27;m still at 1.4.10 for my startup that&#x27;s still in private beta. I&#x27;m feeling left behind very rapidly. Is the effort to update from 1.4.x to 1.7.x worth it before going public? Also, as a general policy, is it best to always stay one version behind?<p>Is there a good guide for going from 1.4 to 1.6?
评论 #7440649 未加载
评论 #7440730 未加载
评论 #7441008 未加载
评论 #7441281 未加载
评论 #7440916 未加载
评论 #7441391 未加载
评论 #7442663 未加载
评论 #7440947 未加载
dudusabout 11 years ago
This document[1] seems to imply that Django works with Python3 since 1.5. But I don&#x27;t find mentions of it in the release notes of 1.7b1[2] on the Python Compatibility area.<p>My main interest in porting my 1.3 Django App to a newer version is to get Python 3 support.<p>Does anyone here run Django on Python3 and care to share the experience?<p>[1] <a href="https://docs.djangoproject.com/en/dev/topics/python3/" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;dev&#x2F;topics&#x2F;python3&#x2F;</a><p>[2] <a href="https://docs.djangoproject.com/en/dev/releases/1.7/#python-compatibility" rel="nofollow">https:&#x2F;&#x2F;docs.djangoproject.com&#x2F;en&#x2F;dev&#x2F;releases&#x2F;1.7&#x2F;#python-c...</a>
评论 #7443350 未加载
评论 #7443562 未加载
gosukiwiabout 11 years ago
Migrations! Nice! Django seems like one of the best frameworks by far right now.
评论 #7442198 未加载
TheAlchemistabout 11 years ago
Nice ! Btw, the download link on the page seems broken. It&#x27;s going to : <a href="https://www.djangoproject.com/m/releases/1.7/Django-1.7b2.tar.gz" rel="nofollow">https:&#x2F;&#x2F;www.djangoproject.com&#x2F;m&#x2F;releases&#x2F;1.7&#x2F;Django-1.7b2.ta...</a><p>while the package is on: <a href="https://www.djangoproject.com/m/releases/1.7/Django-1.7b1.tar.gz" rel="nofollow">https:&#x2F;&#x2F;www.djangoproject.com&#x2F;m&#x2F;releases&#x2F;1.7&#x2F;Django-1.7b1.ta...</a>
neil_sabout 11 years ago
I was just about to get started learning how to use South migrations. Should I continue, or just focus on the development of the rest of the project while I wait for a stable Django 1.7 to get released? What sort of timeline does its releases usually follow? Is the API fairly consistent with South, seeing as its from the same developer?
评论 #7443859 未加载