Re: Django Login Problem

2020-03-29 Thread ramadhan ngallen
Why your templates shows some of the codes like {% csrf_token %}, for loops   and so on? Check your templates first are not okay. After signup log in to the admin panel as an admin and check if the user has been created on the database. You can also log in to your database to inspect this. Does

Re: Django Login Problem

2020-03-29 Thread Antje Kazimiers
Hi, It sounds like you don't get an error message, so maybe your authenticate method in def sign_in(request) just returns a None user and you get redirected. I would find this method in your django installation, for me it's in the env folder but that depends on your setup: ./env/lib/python3.

Django Login Problem

2020-03-29 Thread pratiksha jain
I have problem in loging in after signing up. I have tried all the methods that I can try, I want to know my errors. Thank you -- 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, sen

Re: 0.96 custom django login problem

2008-03-06 Thread Evert Rol
> I am new to django, and I am trying to create a custom login > application, from where the users might get access to other > applications in the system. I can not get it to work, please, I need > help. Well, what exactly isn't working? That may give people a better start on where to look than

0.96 custom django login problem

2008-03-06 Thread azormx
Hi, I am new to django, and I am trying to create a custom login application, from where the users might get access to other applications in the system. I can not get it to work, please, I need help. Project structure: txm--+--profile +--app1 +-- ap2 txm.urls ###