Search code examples
djangopostgresqlpgadmin

Using pgAdmin iii to manage a Django data base


I am working on a Django project and I am wondering if it is possible to use the data I have on pgAdmin iii in my Django project? Can anyone point me to any tutorials or documentation that cover this.


Solution

  • https://ultimatedjango.com/learn-django/lessons/configure-the-database/?trim=yes

    This seems to be what i was looking for.