Re: static files

2023-03-10 Thread André Hangalo
Show your settings file configuration! On Fri, 10/03/2023 at 22:14 Usra Saeed wrote: > Hi, I am uing django 3.2. My template and static folder are in the main > directory. But my static files are not loading. > I have one app. In this I have one template name "signin.html". I am using > {% ext

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
Right there, all the best On Fri, 10 Mar 2023 at 22:31, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > Yes the user is saved and I can see it on the django admin page and no I > have not hashed the password. > > On Fri, Mar 10, 2023 at 1:33 PM Namanya Daniel > wrote: > >> 1. Have y

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
Yes the user is saved and I can see it on the django admin page and no I have not hashed the password. On Fri, Mar 10, 2023 at 1:33 PM Namanya Daniel wrote: > 1. Have you tried to check from the django admin end, the user is not > saved? > 2. If the user is saved, did you create a hashed passwor

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
1. Have you tried to check from the django admin end, the user is not saved? 2. If the user is saved, did you create a hashed password before saving data in your views? On Fri, 10 Mar 2023 at 21:15, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > I created 2 accounts with the django

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
I created 2 accounts with the django admin page, but the credentials do not work on the login page. When I create new credentials with the register page I made, it doesn’t save. I think it’s supposed to save to the database.On Mar 10, 2023, at 1:06 PM, Namanya Daniel wrote:how have you saved your

Re: Need help with Authenticating and Authorizing

2023-03-10 Thread Namanya Daniel
how have you saved your password in registration? On Fri, 10 Mar 2023 at 18:02, linda jean-philippe < jeanphilippe.li...@gmail.com> wrote: > I do not know what I am missing. My login page and register page have > rendered, but when I try to sign up with new credentials, it does not save. > And on

Re: [How to enter the virtual environment created by Django Web Project in VS2019]

2023-03-10 Thread Omkar Parab
Try running 👇 inside the env folder. .\Scripts\activate शुक्र, १०, मार्च २०२३, ८:३२ म.उ. ला 徐捷耀 ने लिहीला: > Hello, I am Jiao. > > I would want to know how enter the virtual environment created by "Django > Web Project" in Visual Studio. > > WHAT I DID? > I enter the file path "~MyProjectna

Need help with Authenticating and Authorizing

2023-03-10 Thread linda jean-philippe
I do not know what I am missing. My login page and register page have rendered, but when I try to sign up with new credentials, it does not save. And on the Django Admin page, it says invalid password and username with each attempt. -- You received this message because you are subscribed to th

Re:

2023-03-10 Thread Mir Junaid
what kind of dashboard and for what purpose On Fri, 10 Mar 2023 at 11:20, Praveen Kumar wrote: > Hello Team, > > Need help on creating one dashboard using Django. Please help me with it. > > Thanks &Regards, > Praveen > 333286 > > -- > You received this message because you are subscribed to

Re: Trying to render images from database

2023-03-10 Thread Michael Starr
I don't understand what you mean. There are no images. There's no img src except in code. I can't just right click on it because it's not there. And I know the src of the image, because I'm the one who coded it. Also it spits it out when I print the coded url. This was all in a previous post in

You do not have permission to perform this action

2023-03-10 Thread praveen raj
If I add a login required I get the error "You do not have permission to perform this action". How do I solve this problem? @login_required def resolve_all_projects(self,info,**kwargs): qs = Projects.objects.all() print(qs.query) return qs [image: Capture.PNG] --

[How to enter the virtual environment created by Django Web Project in VS2019]

2023-03-10 Thread 徐捷耀
Hello, I am Jiao. I would want to know how enter the virtual environment created by "Django Web Project" in Visual Studio. WHAT I DID? I enter the file path "~MyProjectname\env\Scripts" and type "activate", but nothing happen. Thanks for help! Jiao -- You received this message because you

How to implement visa card and debit card payment in django

2023-03-10 Thread Ntanda Aloysius
how can I implement payment integartion in my Django ecommerce website -- 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.