Begginner

2019-01-30 Thread Frank john thompson
how do i build webside on python using django? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group,

Re: Begginner

2019-01-30 Thread KONE GOMPOU LOUA ALASSANE
Vert simple Le mer. 30 janv. 2019 à 12:24, Frank john thompson a écrit : > how do i build webside on python using django? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it,

Re: Begginner

2019-01-30 Thread Gil Obradors
Hi Franjhohn, With a bit knowleges of python, and time you can start here : https://www.djangoproject.com/start/ Read and do the first app that is in the manual. Or you can start with a book : I recommend you this editorial https://www.packtpub.com/ Else at the beginning is not easy, the learnin

Re: Begginner

2019-01-30 Thread Segun Gesture
You have to create a virtual environment, install django and start ur app On Wed, Jan 30, 2019, 1:24 PM Frank john thompson how do i build webside on python using django? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe fr

Re: Begginner

2019-01-31 Thread Siddharth Tamang
lots of online tutorials are available. On Thu, Jan 31, 2019 at 1:34 AM Segun Gesture wrote: > You have to create a virtual environment, install django and start ur app > > On Wed, Jan 30, 2019, 1:24 PM Frank john thompson wrote: > >> how do i build webside on python using django? >> >> -- >> Y

Re: Begginner

2019-01-31 Thread Ravi Jasti
Are there any Django templates available? Just like html & css templates we have for websites. Ravi. On Thu, Jan 31, 2019 at 4:33 AM Siddharth Tamang < tamangsiddhart...@gmail.com> wrote: > lots of online tutorials are available. > > On Thu, Jan 31, 2019 at 1:34 AM Segun Gesture wrote: > >> You

Re: Begginner

2019-01-31 Thread Aju Tamang
learn python basics and design patterns and then go to django documentation . On Thu, Jan 31, 2019 at 3:03 PM Siddharth Tamang < tamangsiddhart...@gmail.com> wrote: > lots of online tutorials are available. > > On Thu, Jan 31, 2019 at 1:34 AM Segun Gesture wrote: > >> You have to create a virtua