how to use django, db

Hi can you guys help me with django?
I don’t know how to use it.
I already took a look at the tutorial but that’s not enough
How do I add postgres database?
I’m building a small blog that I will later expand into more sophisticated rating site.
Say I created one where is it stored?

I’m sorry, but “taking a look at the tutorial” isn’t enough. You need to work your way all the way through the tutorial. And by “work”, I mean typing all the examples and code into your editor or interpreter environment as appropriate. (The physical act of typing has a demonstrable benefit toward aiding comprehension of what you’re reading and trying to learn.)

If you don’t feel that the official Django Tutorial is enough, I can also recommend the Django Girls tutorial.

Ken

1 Like