Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
GitHub - squ1b3r/Djaneiro: Django support for Sublime Text 2/3
-
Django and Sublime Text 3 (Example)
-
The Book
-
Obey the Testing Goat!
-
NewbieMistakes – Django
-
Obey The Testing Goat
-
Painless PostgreSQL + Django – agatha – Medium
-
NewbieMistakes – Django
-
Django Newbie Mistakes | Hacker News
-
Molo’s documentation
-
NewbieMistakes – Django
Please feel free to share the things that tripped you up when you started with Django. We'll try to improve Django's error handling to catch such mistakes in the future. Table of contents Newbie mistakes POST to views loses POST data Your forms do not upload files URLconf include() misbehaving Blank object names Integer & NULLS Date & NULLS Appending to a list in session doesn't work Errors about undefined attributes with one-char names I'm using formfields.FormWrapper and none of my form fields show up Django says "Unable to Open Database File" when using SQLite3 How to point apache to your media files directory QuerySets aren't Lists Using reserved name on application breaks admin unbound method contribute_to_class() Permission denied when using static serve Default value and Callables PageNotFound BLANK form -
How not to structure your database-backed web applications: a study of performance bugs in the wild | the morning paper
How not to structure your database-backed web applications: a study of performance bugs in the wild Yang et al., ICSE’18 This is a fascinating study of the problems people get into when using ORMs to handle persistence concerns in their web applications. The authors study real-world applications and distil a catalogue of common performance anti-patterns. There are a bunch of familiar things in the list, and a few that surprised me with the amount of difference they can make. By fixing many of the issues that they find, Yang et al., are able to quantify how many lines of code it takes to address the issue, and what performance improvement the fix delivers. -
The Book
"Test-Driven Web Development with Python" aims to teach TDD for web programming. It uses a concrete example -- the development of a website, from scratch -- to explain the TDD metholology and how it applies to building web applications. It covers the Selenium browser-automation tool, unit testing, mocking, and interacting with Web technologies from the basics of static content, database integration, throught the inescapable JavaScript, and onto more advanced (and trendy) topics like NoSQL, websockets and Async programming. -
Test driven development of django
-
How to Structure Django Projects
https://news.ycombinator.com/item?id=17408958 -
NewbieMistakes – Django
-
NewbieMistakes – Django
-
Django Newbie Mistakes
https://news.ycombinator.com/item?id=17416676 -
The Book
-
django-mjml
-
python - Multiple Django Databases - Map Model to Database in Same Application - Stack Overflow
-
Multiple databases | Django documentation | Django
-
How to Configure Multiple Databases in Django the Simple Way
-
The Book - Test-Driven Web Development with Python
Buy the book or read it here for free Help yourself! It's all free and CC-licenced (thanks O'Reilly!) Via HN: https://news.ycombinator.com/item?id=17413127 -
Test driven development in python