diff --git a/docs/scenarios/db.rst b/docs/scenarios/db.rst index 7b6ad95..b77ddd6 100644 --- a/docs/scenarios/db.rst +++ b/docs/scenarios/db.rst @@ -25,4 +25,8 @@ database-agnostic code without SQL. Django ORM ---------- -.. todo:: Explain Django ORM \ No newline at end of file +The Django ORM is the interface used by `Django `_ to provide database access. + +It's based on the idea of models, an abstraction that makes it easier to manipulate data in Python. + +Documentation can be found `here `_ \ No newline at end of file