Re: Please i need help in creating a Login page with Django

2023-01-20 Thread Aditi Dwivedi
You have to first create a superuser in your django project. It is same as creating a root user in Linux or admin user in windows. Super user can be created as.. 1. Run command in django terminal Python manage.py createsuperuser 2. It will ask for user name, emai and password. 3. Run comman

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread M Adnan
Join this group to discuss your issues with developers link below , https://chat.whatsapp.com/ICXdXOrbgoNFQTbKxalZD1 On Thu, 19 Jan 2023, 6:21 pm Radhika Soni, wrote: > Hello, > You can take help from udemy or coursera courses. > > On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga > wrote: >

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread ritik sahoo
Ofcourse On Thu, 19 Jan, 2023, 7:40 pm Sebastian Jung, wrote: > I think this is a good start or? > > https://github.com/earthcomfy/Django-registration-and-login-system > > Namanya Daniel schrieb am Do., 19. Jan. 2023, > 15:00: > >> Explain where you’re failing exactly, is it views, forms, templ

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Sebastian Jung
I think this is a good start or? https://github.com/earthcomfy/Django-registration-and-login-system Namanya Daniel schrieb am Do., 19. Jan. 2023, 15:00: > Explain where you’re failing exactly, is it views, forms, templates or > models > > On Thu, 19 Jan 2023 at 01:56, Michael R. KOOMSON > wrot

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Namanya Daniel
Explain where you’re failing exactly, is it views, forms, templates or models On Thu, 19 Jan 2023 at 01:56, Michael R. KOOMSON wrote: > I am trying everything possible to create a basic login page with Django., > i have tried so many videos and online tutorial, but still can't make > anything me

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread ritik sahoo
If u will follow geekyshows channel on YouTube your basic must be cleared On Thu, 19 Jan, 2023, 6:51 pm Radhika Soni, wrote: > Hello, > You can take help from udemy or coursera courses. > > On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga > wrote: > >> Please share what you have been able to

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Radhika Soni
Hello, You can take help from udemy or coursera courses. On Thu, Jan 19, 2023, 4:36 PM Hubert Kanyamahanga wrote: > Please share what you have been able to do, where you are blocked and from > there we can guide you, because, we don't even know which videos you have > been viewing! > > On Wednes

Re: Please i need help in creating a Login page with Django

2023-01-19 Thread Hubert Kanyamahanga
Please share what you have been able to do, where you are blocked and from there we can guide you, because, we don't even know which videos you have been viewing! On Wednesday, January 18, 2023 at 11:56:45 PM UTC+1 macca...@gmail.com wrote: > I am trying everything possible to create a basic l

Please i need help in creating a Login page with Django

2023-01-18 Thread Michael R. KOOMSON
I am trying everything possible to create a basic login page with Django., i have tried so many videos and online tutorial, but still can't make anything meaningful out of it. Can anyone please take me through a systematic process please, since i am new here and want to take Django to be my fri