|
|
|
|
|
by collyw
4605 days ago
|
|
right tool for the job. DjangoĊ ORM is great for simple stuff. And it works with the admin interface (which is worth a lot). If You need something complex enough, use raw SQL. The admin was too much to give up to swap the ORM to SQLAlchemy for me. |
|