Please i need help in creating a Login page with Django

75 views
Skip to first unread message

Michael R. KOOMSON

unread,
Jan 18, 2023, 5:56:45 PM1/18/23
to Django users
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 friend

Hubert Kanyamahanga

unread,
Jan 19, 2023, 6:06:33 AM1/19/23
to Django users
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!

Radhika Soni

unread,
Jan 19, 2023, 8:21:39 AM1/19/23
to django...@googlegroups.com
Hello,
You can take help from udemy or coursera courses. 

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/61f6c9f9-2973-4572-ae51-8689d6521292n%40googlegroups.com.

ritik sahoo

unread,
Jan 19, 2023, 8:26:53 AM1/19/23
to django...@googlegroups.com
If u will follow geekyshows channel on YouTube your basic must be cleared 


Namanya Daniel

unread,
Jan 19, 2023, 9:01:26 AM1/19/23
to django...@googlegroups.com
Explain where you’re failing exactly, is it views, forms, templates or models 

On Thu, 19 Jan 2023 at 01:56, Michael R. KOOMSON <macca...@gmail.com> 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 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 friend

--
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...@googlegroups.com.

Sebastian Jung

unread,
Jan 19, 2023, 9:10:45 AM1/19/23
to django...@googlegroups.com

ritik sahoo

unread,
Jan 19, 2023, 9:22:45 AM1/19/23
to django...@googlegroups.com

M Adnan

unread,
Jan 19, 2023, 10:59:05 AM1/19/23
to django...@googlegroups.com
Join this group to discuss your issues with developers link below ,


Aditi Dwivedi

unread,
Jan 20, 2023, 3:30:23 PM1/20/23
to django...@googlegroups.com
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 command
    Python manage.py runserver.


Hope this helps.

Reply all
Reply to author
Forward
0 new messages