Explore >> Select a destination


You are here

sobolevn.me
| | schinckel.net
2.2 parsecs away

Travel
| |
| | www.paepper.com
3.4 parsecs away

Travel
| | Unit testing your models in Django As a good developer, you write unit tests, of course. You will probably even write your tests before implementing your logic in a test-driven approach! However, when developing complex models which have interactions and foreign keys, writing tests can get messy and complicated. Say you want to test a model which has many dependencies to other models via foreign keys. To create an instance of your model, you first need to create all the other model instances which your m...
| | adamj.eu
4.8 parsecs away

Travel
| | Here's an application of "test smarter, not harder", as per Luke Plant's post. I came up with this recently whilst working on my client Silvr's project, and I'm pretty proud of it. It should apply to any project using Django's admin.
| | www.paulox.net
12.8 parsecs away

Travel
| A quick-start guide to create a web map with the Python-based web framework Django using its module GeoDjango, the PostgreSQL database with its spatial extension PostGIS and Leaflet, a JavaScript library for interactivemaps.