Explore >> Select a destination


You are here

www.paulox.net
| | humberto.io
4.1 parsecs away

Travel
| | How to solve the issue of dealing with generic many to many relations on Django
| | www.paepper.com
4.8 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...
| | pganalyze.com
1.8 parsecs away

Travel
| | Learn to optimize a Full Text Search implementation with Django and Postgres. Even on a small table, we bring query execution time down from 0.045s to 0.001s.
| | postmodern.github.io
27.6 parsecs away

Travel
| [AI summary] This blog post explains how to use ActiveRecord in a Ruby library outside of a Rails app or engine, covering database connection setup, migration management, model definitions, and an entry-point method for initializing the library's database and models.