DEV Community

Discussion on: any tips on how to transform from basic python to Django... pls.

Collapse
 
carlosm27 profile image
Carlos Armando Marcano Vargas

Hey Sam, I recommend you to use the Django tutorial in Django documentation, it is a step by step tutorial of how to install Django, a virtual enviroment and how to make your first Django app.

Collapse
 
asapsonter profile image
Sam Sonter

Thanks carlos