Django Adventures
  • Home
  • About
  • Contact
Tagged

orm

A collection of 1 post

orm

How to use Django with an existing database?

In order to use an existing database in Django, you need to have a model for each table. Creating models for existing tables manually is just too much work. However, there's no need to do that, since Django has a builtin tool to solve this exact problem. Note: this guide

  • Dima Knivets
Dima Knivets 2 min read
Django Adventures © 2025