Paddy
Paddy

Reputation: 195

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.

Upvotes: 0

Views: 2827

Answers (1)

Paddy
Paddy

Reputation: 195

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

This seems to be what i was looking for.

Upvotes: 2

Related Questions