Re: A beginner question

2020-09-14 Thread Annick Sakoua
Hi , Here is the documentation link, follow every steps of the tutorial and it gonna be fine. https://docs.djangoproject.com/en/3.1/ All the best :) Le dimanche 13 septembre 2020 à 13:17:37 UTC+1, neginha...@gmail.com a écrit : > Hi, I'm a beginner, just now I installed Django, how can I use

Re: A beginner question

2020-09-13 Thread Emmanuel Oppong Ntiamoah
https://www.youtube.com/playlist?list=PL6gx4Cwl9DGBlmzzFcLgDhKTTfNLfX1IK Sent from my iPhone > On 13 Sep 2020, at 12:17 PM, negin hajilou wrote: > > Hi, I'm a beginner, just now I installed Django, how can I use it?? > -- > You received this message because you are subscribed to the Google Gr

Re: A beginner question

2020-09-13 Thread Kasper Laudrup
Hi Negin, On 13/09/2020 13.22, negin hajilou wrote: Hi, I'm a beginner, just now I installed Django, how can I use it?? Most serious software projects have a section on their homepage called "documentation". Django is no exception: https://docs.djangoproject.com/en/3.1/intro/ Kind regards