DEV Community

Cover image for "Getting Started With Django"

"Getting Started With Django"

Ada Nduka Oyom on July 18, 2017

New to Python? or already dancing some tango with it and you feel it’s time to dabble into some framework magic for web? Meet Django: DJANGO is ...
Collapse
 
dennisfen profile image
Denis Borisevich

Thanks for the tutorial, Ada! I'll definitely try it this weekend.

3) The WSGI (Web Server Gateway Interface) acts as the interface our web server uses to interact with our web application. Read more about it here.

There seems to be a lost link here.

Collapse
 
kolokodess profile image
Ada Nduka Oyom

Oh yes, just noticed, my mistake. I'll correct that

Collapse
 
codehakase profile image
Francis Sunday

Great Read!!!

Collapse
 
khomesh24 profile image
khomesh24

Its great, well explained. Looking forward for next tutorial on creating a new app.

Collapse
 
vberlier profile image
Valentin Berlier

Nice article! However, I wouldn't recommend using python 2 to introduce Django to beginners. It's 2017 and everyone should now be using python 3 (see pythonclock.org/)

Collapse
 
cotcotcoder profile image
JeffD

Hi, maybe the part : "Things learnt From this Tutorial:" could be more usefull at the begining of this article :)

Collapse
 
kolokodess profile image
Ada Nduka Oyom

Hi Jeff, great observation, would def. follow that method in my next articles. Thanks!

Collapse
 
phillie profile image
Philly • Edited

Oh yay!! I just came across your post and wow, this is great. Django in a nutshell. 😍

I'll def put you or rather your post on our PyLadies list of go-to-resources,if you don't mind. 😊

Collapse
 
kolokodess profile image
Ada Nduka Oyom

Thanks Rebecca! It would be my pleasure

Collapse
 
theodesp profile image
Theofanis Despoudis

Good job Ada!

Collapse
 
kolokodess profile image
Ada Nduka Oyom

Thank You!

Collapse
 
ben profile image
Ben Halpern

Encountered any issue along the line? Let me know! I’ll be glad to help

I have never worked in Django, but this tutorial and you are my go-to if I find myself in that world.

Collapse
 
kolokodess profile image
Ada Nduka Oyom

That would be really great, i'll be glad to put you through