Django templates and Projects

Hello Django lovers,

I am new to Django and developing a web platform for my lab autonomous process with some Machine learning models.

I searched google and Github and found some information.

is there are any good Django templates or LIMS codes that can share and help full to beginners.

if there are good sites that help beginners to developed Django projects please share.

Thank you in advance.
Krish

I liked the official tutorial on the Djangoproject.com website (under “Documentation” → “First Steps”).
Its a detailed tutorial explaining all the parts of Django. But probably you can skip some of it (if you will not have forms or tests, you can skip those parts. )

Also there a lot of Django tutorials on Youtube that maybe help:
https://www.youtube.com/results?search_query=django+tutorial

1 Like