Antonin-Keuck / django-website

Website to learn django best practices
0 stars 0 forks source link

how to use Django ? #2

Open Antonin-Keuck opened 3 years ago

AdeboyeDN commented 3 years ago

Start by Learning Python basis ,Then you can create command line projects with Python

AdeboyeDN commented 3 years ago

After that you should take a look at html and CSS

AdeboyeDN commented 3 years ago

The start Django by reading the docs and create the project in the docs which is poll app

AdeboyeDN commented 3 years ago

Understand basic crud functionality in Django which is Create read update and delete