FeaturedDjangoCon US VideosThe full set of videos from DjangoCon US were released by Open Bastion. If you weren't able to attend in person, block off your schedule, start up your YouTubes and enjoy. Lincoln Loop's BotBot Tee
Links of InterestTango with DjangoA beginner's guide to web development with Django 1.5.4 from two teachers at University of Glasgow. Looks like a great (and extensive) resource. Django Debug Panel Chrome Extension
When paired with
New Django Round-up Podcasts
Getting Started with Django REST Framework and AngularJSCalling this a blog post is selling it short. Weighing in at over 25 printed pages, this is a great resource on how to use Django together with AngularJS. Migrating from User Profiles to Custom User Models
How to use South to migrate an app from the old
When the Database is Fast EnoughIn most Django applications, the database is the biggest bottleneck for performance. The folks at IconFinder talk about what they did to improve their application performance after caching all the database calls (hint: the default templates are slow ). Skipping Test Database CreationOn the topic of speed, Caktus developer, Mark Lavin, details a way to skip the creation and destruction of the test database when running Django tests. If you know in advance your tests don't touch the database, this will give you a nice performance boost in your test suite. New Django Talk Interview with Rick HurstRick Hurst, a UK based freelancer currently working with Potato , is interviewed by Hayri Cicek. Accepting and Spending Bitcoins in DjangoThe founder of LocalBitcoins provides a thorough tutorial on how to use Bitcoin in your own Django project. Vulnerabilities in Cookie-based SessionsA security researcher pointed out a vulnerability with the cookie-based session back-end in Django. The response from the core team was that it is a known trade-off and a minor edit was made to the docs to clarify the risk . Revisiting Nested FormsetsA post by Eventbrite engineer, Nathan Yergler, about how to create nested formsets using Django 1.5. If you ever find yourself in the sticky situation of needed nested formsets, this is a great place to start. New & Updated Packages
|
Django Round-Up #19
By Django Round-Up on