Re: login with token instead of password

2024-01-16 Thread 'Kasper Laudrup' via Django users
Isn't this pincode_auth_app just the same as the standard Django password authentication, only the password is stored in plain text and limited to four characters? Maybe I'm missing something? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google

Re: Microsoft Teams Free Download Mac

2023-12-08 Thread 'Kasper Laudrup' via Django users
On 06/12/2023 19.29, Eliezer reuven Ramirez ruiz wrote: Why did you send that? , I've checked the URL and that has a virus. maybe you know that but I don't stupid my son, look for some other people. No reason to waste your time replying to things like this. It's most likely a bot. Just

Re: auth_user' doesn't exist

2023-12-02 Thread 'Kasper Laudrup' via Django users
On 02/12/2023 07.56, Nurlanbek Musaev wrote: hello everyone I get an error when I do makemigrations. I tried many things. It didn't happen django.db.utils.ProgrammingError: (1146, "Table 'prodb1.auth_user' doesn't exist") If you've just tried many things you need to try more things. At

Re: Issue in Django-RIver workflow Package

2023-11-30 Thread 'Kasper Laudrup' via Django users
On 30/11/2023 11.29, Akshay Prakash wrote: I have an issue in Django-River Package. My River version is 3.3.0(Django=3.2,python=3.9).i share the screenshot of the error. You can report issues to the Django-river project here: https://github.com/javrasya/django-river/issues but the

Re: Encrypt entire Django project and decrypt it in ram when starting server

2023-11-20 Thread 'Kasper Laudrup' via Django users
On 20/11/2023 12.02, Om Khade wrote: Hey Kasper, We have a method to securely distribute the key for decryption in a way that the client won't be able to use it for decryption on his own but to run the Django project we will have to decrypt the code at some location, I want to make it hard

Re: Encrypt entire Django project and decrypt it in ram when starting server

2023-11-20 Thread 'Kasper Laudrup' via Django users
On 20/11/2023 07.25, Om Khade wrote: Is there a way to decrypt the code in memory or run the Django project from the encrypted code without exposing the decrypted code to the client? No, of course there isn't. In order to decrypt the data the client needs the key. You can try to obscure it

Re: New User of Django

2023-11-15 Thread 'Kasper Laudrup' via Django users
On 15/11/2023 13.57, Yonis Abdulkadir wrote: I need you to give me an explanation about how i can install and use it thank you so much https://docs.djangoproject.com/en/4.2/intro/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: Encrypt entire Django project and decrypt in ram to start server.

2023-11-13 Thread 'Kasper Laudrup' via Django users
On 13/11/2023 06.15, Om Khade wrote: I want to save my Django project on a shared server in encrypted format and build a script that decrypts the Django project files in ram and start the server so that code is not leaked or anyone is not able to tamper with it. Is there a way to do this?

Re: JOB

2023-10-16 Thread 'Kasper Laudrup' via Django users
On 15/10/2023 21.55, Adesewa Lola wrote: Hi currently i'm having issues with my django. We can all have issues with our django from time to time and it's nothing to be embarrassed about. Good that you are being honest about it. Hope you'll get better soon. Best regards, Kasper Laudrup --

Re: My first Django project

2023-08-31 Thread 'Kasper Laudrup' via Django users
On 29/08/2023 10.52, Noah Dara wrote: hi I'm new in Django I need your help my project is retirning the following in theterminal PS C:\Users\user\projects> & C:/Users/user/.virtualenvs/projects-O4ZjmZLG/Scripts/Activate.ps1 & : File

Re: How to access gmail

2023-08-27 Thread 'Kasper Laudrup' via Django users
On 26/08/2023 13.59, TASLIMA S wrote: Dear friends, I am developing an email signature web application. How to access gmail mails to my application. https://developers.google.com/gmail/api/guides Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: Connect::: frontend react and backend django

2023-08-23 Thread 'Kasper Laudrup' via Django users
On 23/08/2023 11.57, Kani Sbt wrote: HI sir , Please Help me to how to solve this problem , You forgot to mention what the problem is. That makes it very hard for anyone to help you solve it. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-10 Thread 'Kasper Laudrup' via Django users
On 10/08/2023 23.07, Abdoulaye SENE wrote: i have to add fields to my class. because i have other fields.normal this problem has a solution If this problem has a normal solution, have you considered using that solution? I don't understand why you're looking for an abnormal solution if the

Re: hello i have made my crud and it works well. but when i add fields in the class. the crud does not work

2023-08-10 Thread 'Kasper Laudrup' via Django users
On 10/08/2023 19.11, Abdoulaye SENE wrote: class Administratif(models.Model): nom = models.CharField(max_length=250) prenom = models.CharField(max_length=250) email = models.EmailField(max_length=250) tel = models.IntegerField() annEmploi = models.IntegerField(null=True,) def __str__(self):

Re: Emali Response From the Django server.

2023-07-11 Thread 'Kasper Laudrup' via Django users
On 11/07/2023 12.54, Prateek Lodhi wrote: I am using the app password for the email, as I said it's working on a local server. but it's not working on hosting server. Never used CPanel but this should tell you everything you need to know to get it working:

Re: Hello everyone,happy to be here.

2023-07-01 Thread 'Kasper Laudrup' via Django users
On 29/06/2023 09.23, Apili Vicky wrote: am failing to get apython path on the cmd interface..what could be wrong Pretty much everything could be wrong, so I suggest you start by fixing that. If that doesn't work, try doing nothing. Sometimes that's the best option in cases like this.

Re: Template doesn't run in browser

2023-06-02 Thread 'Kasper Laudrup' via Django users
If you want someone to spend their time writing a proper answer, start by writing a proper question. Kind regards, Kasper Laudrup -- 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

Re: UPLOAD STATIC FILES

2023-05-29 Thread 'Kasper Laudrup' via Django users
On 29/05/2023 04.24, Obiorah Callistus wrote: please how can i display .css and .js files in my template Have you considered reading the documentation? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: I new to Django

2023-05-21 Thread 'Kasper Laudrup' via Django users
On 21/05/2023 16.26, khaled alshadbi wrote: Hello friends please help me to start from scratch... I want to build sales program using Python and Django https://docs.djangoproject.com/en/4.2/intro/ Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-04 Thread 'Kasper Laudrup' via Django users
On 04/05/2023 16.33, carlos wrote: Try this tuto https://episyche.com/blog/how-to-configure-google-sso-in-django-rest-framework-with-react I'm not the one having problems finding tutorials on the

Re: I need to create account using sso Google in Django rest framework Amy suggestions?

2023-05-03 Thread 'Kasper Laudrup' via Django users
Maybe this would be a start: https://googlethatforyou.com?q=create%20account%20using%20sso%20Google%20in%20Django%20rest%20framework -- 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

Re: I have a problem with visual studio code

2023-05-03 Thread 'Kasper Laudrup' via Django users
On 02/05/2023 16.56, Stan Hiebah wrote: Can i have a solution for this? If you want someone to take the time to write a proper answer, take the time to write a proper question. Posting a screenshot is not a proper question. No one is able to guess what you're trying to do, what your setup

Re: Django forms data save using ajax

2023-04-15 Thread 'Kasper Laudrup' via Django users
On 15/04/2023 12.31, Prashanth Patelc wrote: Hi all, How to save employees information using ajax with django form , id should automatic generation ? Try this helpful link: https://googlethatforyou.com?q=django%20ajax%20form Kind regards, Kasper Laudrup -- You received this message

Re: Django urls error

2023-04-15 Thread 'Kasper Laudrup' via Django users
On 14/04/2023 21.48, lalit upadhyay wrote: * I have copied my code here. The code is from a project called "myproject" Plz fix this error: The error is from a project called "Tesing". You can ignore all other answers you've been given so far until you figure out how that could be.

Re: Report a Django bug how

2023-04-14 Thread 'Kasper Laudrup' via Django users
On 14/04/2023 10.17, WILSON TALENGA wrote: Hey guys, i need help, i have created my django project, added students to the system as admin but they don't reflect when i run the server. what could the issue be. below is views.py and index.html Start a new thread instead of replying to a

Re: Report a Django bug how

2023-04-14 Thread 'Kasper Laudrup' via Django users
On 14/04/2023 01.06, Michael Starr wrote: Hi, I double checked my code and Django is not displaying images. I'd like to report the bug but I need to be a django employee to do that. So, if anyone knows anyone on linkedin that works for django, tell them images don't display (on an operating

Re: How to get data from another function in view to show it on template ?

2023-04-04 Thread 'Kasper Laudrup' via Django users
On 03/04/2023 18.44, Ravindra Magar wrote: How to get data from another function in view to show it on a template? You call the function like you'd call any other function and pass the data in the context given to the template you want to render. Kind regards. Kasper Laudrup -- You

Re: User creation

2023-03-28 Thread 'Kasper Laudrup' via Django users
On 28/03/2023 06.16, Prashanth Patelc wrote: Hi all, I'm creating new user fields like email username firstname after creating user I need to send password creation email to end user ? No, you don't have to but you can if you want. Kind regards, Kasper Laudrup -- You received this

Re: Failed to send Email by Django

2023-03-24 Thread 'Kasper Laudrup' via Django users
On 24/03/2023 05.16, bing wrote: I am using the email module in Django to inform of users with their registration. Sometimes it can send email successfully, but more often, it fails. I searched for many solutions, but did not change this situation. That is not really related to Django but

Re: Help on Django + Plotly integration

2023-03-22 Thread 'Kasper Laudrup' via Django users
On 22/03/2023 15.29, Praveen Kumar wrote: Hi Team, I need help in implementing Plotly with Django for interactive dashboards. Please suggest. Try following this: https://googlethatforyou.com?q=plotly%20django Kind regards, Kasper Laudrup -- You received this message because you are

Re: Heroku error

2023-02-22 Thread 'Kasper Laudrup' via Django users
On 22/02/2023 06.36, Benjamin Telford wrote: I am going to upload my new version into Heroku. But something went wrong. That sucks :-( Maybe you should try again later? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users"

Re: How can i Open binary files with Django?

2023-02-14 Thread 'Kasper Laudrup' via Django users
On 14/02/2023 17.52, Lucas Matos Matos wrote: In my case i want to take the file with a input type file from a form, that is in binary, open it and convert it to a text file, identify its characteristics  and return  something based in its characteristics to the user. This might be what

Re: How to get started with contibution

2023-02-05 Thread 'Kasper Laudrup' via Django users
On 05/02/2023 20.31, Harjot Singh wrote: Respected Sir/Madam, I am a student of computer science engineering at chitkara university .I am new to open source contribution but well aware about python, c/c++, javascript, php, web .I would love to contribute to your organisation and also in GSOK

Re: Tutorial Django app, part 1

2023-01-24 Thread 'Kasper Laudrup' via Django users
On 24/01/2023 12.14, javier lopez wrote: I'm new with Django. Trying to code te sample of tutorial i got the error that shows in the images. Python version 3.11.1 and 3.9 too. Same error. Anyone can help me? Both errors are mentioned in the tutorial at

Re: how can i solve this error?

2023-01-23 Thread 'Kasper Laudrup' via Django users
On 23/01/2023 18.20, Vanessa kabanyana wrote: ModuleNotFoundError: No module named 'agriApp.apps.agriAppConfig'; 'agriApp.apps' is not a package Since you're the only one who knows what caused that error, you're also the only one who can solve it. If you want someone else to help you

Re: any solutions guys on the ERROR admin E108 on list_display[2] attributes not callable

2023-01-10 Thread 'Kasper Laudrup' via Django users
On 10/01/2023 12.53, E Mollz wrote: : (admin.E108) The value of 'list_display[2]' refers to 'stock', which is not a callable, an attribute of 'ProductAdmin', or an attribute or method on 'products.Product'. Unfortunately you've run into one of the issues modern science has not yet been

Re: Hello, there was an error registering users!

2023-01-07 Thread 'Kasper Laudrup' via Django users
On 07/01/2023 19.20, Dilmurod Dilmurod wrote: django user activation via gmail gives error! EROR: forbidden You have an error on line 17 of settings.py. It should be: VERY_SECRET_PASSWORD="hunter2" Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: stuck in my payment gateway

2022-12-28 Thread 'Kasper Laudrup' via Django users
On 28/12/2022 20.21, Music Fm wrote: hi guys, so i am building a payment gate way using django but i am stuck on how to integrate cards in the views for the form. please i need help Which kind of help do you think anyone will be able to provide when you haven't given any information at all?

Re: can any one help

2022-12-26 Thread 'Kasper Laudrup' via Django users
On 25/12/2022 21.18, 'Gaurav Mishra' via Django users wrote: i have a list of items .and user can generate pdf of that item but one condition is there when user genrate pdf after that when new item added in list and after adding if your generate pdf then he show only newly added item. i need

Re: Facing FileNotFound Error

2022-12-26 Thread 'Kasper Laudrup' via Django users
On 26/12/2022 09.11, MaheshKumar wrote: Hi, I just facing an FileNotFound Error while runserver through the poetry shell with settings config. Please help to resolve this This will guide you in the right direction: https://www.propublica.org/nerds/how-to-ask-programming-questions Kind

Re: Location identification with login

2022-12-25 Thread 'Kasper Laudrup' via Django users
On 25/12/2022 20.52, tristant wrote: Is there a mechanism in Django where we can identify the location of login? Any reading sources regarding this functionality would be much appreciated. What you're looking for is something called geoip. To the best of my knowledge there's no such thing

Re: NEW BIE HERE HOW CAN I LEARN DJANGO FAST

2022-12-24 Thread 'Kasper Laudrup' via Django users
On 24/12/2022 14.03, Aayush Gurung wrote: Hey, I just want to know how you've learned django framework and what resources did you use. It would be great if anyone can suggest me some studying resources. Thank you. https://docs.djangoproject.com/en/4.1/intro/tutorial01/ Also, no need to

Re: ImportError:

2022-12-23 Thread 'Kasper Laudrup' via Django users
On 23/12/2022 12.36, JOSEPH OCHELEBE O. wrote: Am getting this errors bellow when i tried to run my Django project     from . import views ImportError: cannot import name 'views' from 'it_training_platform' (C:\Users\Dreams

Re: AttributeError at /form/

2022-12-18 Thread 'Kasper Laudrup' via Django users
Reading something like this: https://betterprogramming.pub/how-to-ask-questions-about-programming-dcd948fcd2bd should help guide you in the right direction. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Re: how to upload large file in django

2022-12-16 Thread 'Kasper Laudrup' via Django users
On 16/12/2022 09.52, MD SHARIF FOYSAL SHORON wrote: can anyone help me that how to upload a 5gb video by django model form? Uploading a large file is not different from upload a small file so hard to know what kind of help you need. Maybe try to be a bit more specific. Are you facing any

Re: Resolving my display

2022-12-15 Thread 'Kasper Laudrup' via Django users
On 15/12/2022 15.37, Adekola Aderonmu wrote: so sorry Have you tried looking into what the error message informs you to do? Does PMSdetails_data/urls.py have any URL patterns in it? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups

Re: Trubles with running the server

2022-12-07 Thread 'Kasper Laudrup' via Django users
On 06/12/2022 21.04, al3tiby0 wrote: Hi guys, when i tried to run the server, it gives me this error: ModuleNotFoundError: No module named 'd' Your INSTALLED_APPS should be an array, not a string. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: Django Request

2022-11-22 Thread 'Kasper Laudrup' via Django users
On 22/11/2022 12.20, nana kwame wrote: Please how many requests can Django process based on real test conducted. All of them. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread 'Kasper Laudrup' via Django users
On 16/11/2022 12.27, Jitendra kumar Patra wrote: Could you share what type of error you are getting? I'm not getting any errors. I don't know any more than you. We have to wait and see if Peter Mwai finds it relevant to share what is needed for any of us to help him. Kind regards, Kasper

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread 'Kasper Laudrup' via Django users
On 16/11/2022 11.33, Raúl Luján Delgado wrote: Hello Kasper, Probably is a Windows problem, because if you follow the rules of differents tutorials, is easy to run the runserver, Could be. Could be any kind of problem really. Your guess is as good as mine. Only Peter Mwai knows but it

Re: MANAGE.PY RUNSERVER ERROR

2022-11-16 Thread 'Kasper Laudrup' via Django users
On 15/11/2022 18.49, Peter Mwai wrote: Hello experts, I was trying to start the server using 'python manage.py runserver' but encountered this error, You have a bug somewhere in your code. That most likely happened after you made a change somewhere. Look into what you changed, fix the

Re: ValueError: invalid literal for int() with base 10: '127.0.0.1:3306'

2022-11-14 Thread 'Kasper Laudrup' via Django users
On 14/11/2022 13.09, bloomlync monisha wrote:  Hello Everyone,                     I was facing an error while I am trying to connect the database through mysql, when I run the database I got this below mentioned error, here i attached the cmd screenshot and coding screenshot for you

Re: You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs.

2022-11-09 Thread 'Kasper Laudrup' via Django users
On 09/11/2022 10.52, Priyanka Sivaratri wrote: Hi, I am new to django and I appreciate your quick help. I am able to run django server on localhost:8000 but I am seeing this error : *You are seeing this page because DEBUG=True is in your settings file and you have not configured any URLs.*

Re: Reply: Re: Hosting django with Namecheap

2022-11-08 Thread 'Kasper Laudrup' via Django users
On 08/11/2022 13.58, bradie poa wrote: its not a good idea Agreed. It's a horrible idea. Kind regards, Kasper Laudrup -- 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

Re: Hosting django with Namecheap

2022-11-08 Thread 'Kasper Laudrup' via Django users
On 08/11/2022 10.41, Namanya Daniel wrote: Hello, am hosting a django application with namecheap for the very first time and am getting " Internal Server ErrorError 500" , in the error log, wsgi.py shows that there's not settings how do i handle this You add the settings. Kind regards,

Re: Hi need a solution

2022-11-07 Thread 'Kasper Laudrup' via Django users
On 07/11/2022 08.20, Mh Raffi wrote: I have deployed to post g res p g admin4 and deleted db. s q lite from Django. and set my allowed host =['*'] Am getting server [500]. if any help will be appreciated You need to look in your log files to find the cause of the 500 error. That will

Re: error

2022-11-05 Thread 'Kasper Laudrup' via Django users
On 05/11/2022 16.38, Balogun Awwal wrote: I don’t understand what you mean That you made a typo in your settings. Using an editor that can highlight such mistakes can be quite convenient. Not only would it have saved you from having to post a question here, you wouldn't even have to

Re: I con't able to view the image in the webpage.

2022-11-03 Thread 'Kasper Laudrup' via Django users
On 03/11/2022 06.01, MaheshKumar wrote: i cont able to view the image in the webpage,  found an error on path. Well that sucks. I'm sure it's a nice image. Don't worry though, there are many other webpages with many more nice images you can look at instead. Hope that helps. Kind regards,

Re: got error in terminal, ubuntu

2022-11-02 Thread 'Kasper Laudrup' via Django users
On 02/11/2022 06.43, AKHIL KORE wrote: (myprojectenv) user@DIPL-PC290:~/myprojectdir$ django-admin.py startproject myproject ~/myprojectdir django-admin.py: command not found For security reasons the current working directory is not in your PATH on Unix systems. You need to provide the full

Re: my project doesnt insert into the database

2022-11-02 Thread 'Kasper Laudrup' via Django users
On 01/11/2022 14.09, Mh Raffi wrote: Hi Sorry Looking for thread to my problem. Landed here. That is not how a mailing list or forum works. You don't find an existing thread and use it for a completely unrelated issue. You simply post a new message/mail with your issue instead. Maybe

Re: Facing attribue Error

2022-11-01 Thread 'Kasper Laudrup' via Django users
On 01/11/2022 06.26, MaheshKumar wrote: AttributeError at /employee/type object 'employeeapp' has no attribute 'object' How do you expect anyone to be able to help you without sharing any code or explaining what you are trying to do? Kind regards, Kasper Laudrup -- You received this

Re: I need some clarifications about managing Files in FIle storage

2022-11-01 Thread 'Kasper Laudrup' via Django users
On 01/11/2022 05.29, MaheshKumar wrote: I want to know about the Managing files topic specifically in file storage. https://docs.djangoproject.com/en/4.1/ref/files/storage/ Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django

Re: Error: pg_config executable not found. (psycopg2 for postgres in docker not successfully installed)

2022-10-31 Thread 'Kasper Laudrup' via Django users
On 31/10/2022 19.32, Adeyemi Deji wrote: Hello, fam! Found a solution to the problem. Updated the Dockerfile. Check below Great to hear you figured it out and thanks for sharing. Out of curiosity, any reason why you chose to build the psycopg2 package from source instead of using a

Re: how can i create databases, routers and install apps in runtime?

2022-10-31 Thread 'Kasper Laudrup' via Django users
On 31/10/2022 13.28, emilton mendoza wrote: Could someone tell me how I can add new values ​​to the variables of settings.py? The same way you would add new values to any other Python variable. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the

Re: help for django project

2022-10-30 Thread 'Kasper Laudrup' via Django users
Change line 37 of your frobnicater.py file from using int to string. Alternatively, if that doesn't work, consider asking a question that someone can actually answer. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users"

Re: Error: pg_config executable not found. (psycopg2 for postgres in docker not successfully installed)

2022-10-29 Thread 'Kasper Laudrup' via Django users
On 28/10/2022 12.35, Adeyemi Deji wrote: I have tried this command in Dockerfile: RUN pip install --user psycopg2==2.9.5 I got the command on StackOverflow but still didn't resolve the issue. Seems like you need the postgresql development package or similar to build psycopg2 from source.

Re: Hello, why am I getting this error

2022-10-27 Thread 'Kasper Laudrup' via Django users
As the error message clearly states, the path: 6. delete-room// [name='delete-room'] doesn't match: The current path, delete-room/6/>, didn’t match any of these. Documentation: https://docs.djangoproject.com/en/4.1/topics/http/urls/ Kind regards, Kasper Laudrup -- You received this

Re: how to connect mongodb in my project,

2022-10-26 Thread 'Kasper Laudrup' via Django users
On 26/10/2022 16.52, pythoon r wrote: please help me,i've one requirement (project) django with mongodb.how to connect mongo to django .i was tried some method i cant connect how to config mongoengine,django-mongo-engine in my settings.py file

Re: Sending Live Streaming Images from Client’s Webcam to Django Server

2022-10-10 Thread 'Kasper Laudrup' via Django users
On 08/10/2022 21.28, Anshuman Thakur wrote: Sr plz anyone help me for this question Which question? It would be easier for someone to help you if you actually asked a question. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups

Re: Starting Django project with Docker

2022-09-27 Thread 'Kasper Laudrup' via Django users
On 27/09/2022 11.35, Prabakaran Balaji wrote: Hello Folks, I tried to set the permission on app directory, but still facing the same problem. Any additional thoughts? Which permission did you set? It looks like you set the owner of the app directory to your user. Is your user the same as

Re: SessionStore attribute error

2022-09-20 Thread 'Kasper Laudrup' via Django users
On 20/09/2022 08.21, shiva singh wrote: hello everyone please help how can solve this problem? I suggest you ignore all the replies you've already gotten and then post the exact same question a third time. Kind regards, Kasper Laudrup -- You received this message because you are

Re: What Programming Language should i learn

2022-09-10 Thread 'Kasper Laudrup' via Django users
On 10/09/2022 01.35, arts maxwell Anderson wrote: i need job in django anyone If you want anyone to take you seriously you should probably do a little more effort than that. Learning how to post to a mailing list/forum and not highjacking existing threads would be a good start. Kind

Re: DJANGO ADMIN SPECIFICATION

2022-09-10 Thread 'Kasper Laudrup' via Django users
On 10/09/2022 03.24, nana kwame wrote: Please I would like to ask if Django admin can be used to update and delete and create webpages also. If you write the appropriate models and views then yes, it can. And also if it can be used to update information on the user side from the admin panel.

Re: Facing Problem

2022-09-10 Thread 'Kasper Laudrup' via Django users
On 10/09/2022 12.00, Anil Singh wrote: Dear All When i running our program then coming this type of error, what is solutions Hard to know since you haven't provided enough information for anyone to help you. Remember that no one has any idea what you are trying to achieve, what your

Re: Deploy Django Project in AAPanel

2022-09-03 Thread 'Kasper Laudrup' via Django users
On 01/09/2022 15.51, Javier L. Camacaro wrote: Thanks Kasper, I did it with this tutorial, works fine, but with my project it doesn't. I received a lot of errors: I know nothing about AAPanel and since you don't seem to get any responses here, how about posting on the forum related to

Re: Hire Me

2022-09-03 Thread 'Kasper Laudrup' via Django users
On 03/09/2022 14.00, Onjomba Felix wrote: https://www.felixonjomba.netlify.app/ You should remove the "www" part from the URL when sharing the link to avoid TLS certificate validation errors. The wildcard certificate you are using (*..netlify.app) matches felixonjomba.netlify.app but *not*

Re: Bad Request 400 in Django

2022-09-01 Thread 'Kasper Laudrup' via Django users
On 01/09/2022 17.03, Eric smith wrote: I have some issues in running django server. System check identified no issues (0 silenced). September 01, 2022 - 10:58:47 Django version 4.0.1, using settings 'project.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with

Re: Deploy Django Project in AAPanel

2022-08-31 Thread 'Kasper Laudrup' via Django users
On 01/09/2022 02.10, Javier L. Camacaro wrote: Does someone how to deploy a Django Project in AAPanel? https://forum.aapanel.com/d/13338-python-manager-deploy-djangoblog Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django

Re: Bug with Watchman on Windows

2022-08-31 Thread 'Kasper Laudrup' via Django users
On 31/08/2022 18.52, David V wrote: Hello All, Apologies if this is the wrong place to submit this. I couldn't find clear enough documentation on where to do this, so I guess I ended up here. Maybe open an issue on the issue tracker on github? https://github.com/facebook/watchman Kind

Re: What Programming Language should i learn

2022-08-30 Thread 'Kasper Laudrup' via Django users
On 30/08/2022 16.35, fawemimo olawale wrote: Which of these  programming language should i learn Please I need counselling on this two language though i have prior knowledge on Python Web Framework (Django) as a beginner's but i want Backend Language JAVA or ASP.Net ASP.net isn't a

Re: oauth 2.0 integration

2022-08-16 Thread 'Kasper Laudrup' via Django users
On 16/08/2022 15.46, Abdallah Sow wrote: Hello you are well I have a question and I would like you to help me please I want to make a request to join three different tables Staff Customers Order. Look at "How to start a new conversation" here:

Re: oauth 2.0 integration

2022-08-16 Thread 'Kasper Laudrup' via Django users
On 16/08/2022 08.38, Samapika Nayak wrote: Hello guys, Please help me integrate oauth 2.0 for google login Help you with what? What have you done so far? Where are you having issues? Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups

Re: About page

2022-08-14 Thread 'Kasper Laudrup' via Django users
On 14/08/2022 19.06, Regan De Guzman wrote: My about page is still throwing an error, i've tried what I know, i can't seem to get it up and running. It shows that the template does not exist. No one knows what your about page is and nobody knows what you know or don't know. I don't see how

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-14 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: > This work : > productId:  1 action:  add > cart.js:9 USER: setraco > cart.js:20 setraco is logged in ! Sending data ... > > cart.js:22 > Here is the errors that I'm trying without success: > POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-14 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: > This work : > productId:  1 action:  add > cart.js:9 USER: setraco > cart.js:20 setraco is logged in ! Sending data ... > > cart.js:22 > Here is the errors that I'm trying without success: > POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-13 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: This work : productId:  1 action:  add cart.js:9 USER: setraco cart.js:20 setraco is logged in ! Sending data ... cart.js:22 Here is the errors that I'm trying without success: POST http://127.0.0.1:8000/update_Item/

Re: Help on my cart.js file using Django 3.2.15 in python

2022-08-13 Thread 'Kasper Laudrup' via Django users
On 13/08/2022 09.04, Dieu merci Dramani wrote: This work : productId:  1 action:  add cart.js:9 USER: setraco cart.js:20 setraco is logged in ! Sending data ... cart.js:22 Here is the errors that I'm trying without success: POST http://127.0.0.1:8000/update_Item/

Re: django-admin startproject --template error

2022-08-08 Thread 'Kasper Laudrup' via Django users
On 08/08/2022 10.46, xu brandy wrote: WechatIMG75.png An error was reported using the GITLab repository to specify template creation projects And you expect everyone to be able to guess which Gitlab repository you're talking about? You even made an effort trying to hide it. But whatever

Re: HOW TO RUN DJANGO PROJECT

2022-07-22 Thread 'Kasper Laudrup' via Django users
On 22/07/2022 16.11, Edward Deus Misogoro wrote: Please help With what? Kind regards, Kasper Laudrup -- 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

Re: Google Authentication code

2022-07-20 Thread 'Kasper Laudrup' via Django users
On 20 July 2022 15.03.20 CEST, Ankit Chaurasia wrote: >Hello Dev, >Can anyone send me Google Authentication code or any exp ? > https://www.section.io/engineering-education/django-google-oauth/ That was the first page I found using one of those "internet search engines" you might have heard

Re: Django GDAL problem in M1 Chip Pro

2022-07-19 Thread 'Kasper Laudrup' via Django users
On 18 July 2022 18.46.07 CEST, Chandra Prakash Choubey wrote: >Noting is in the content. > Considering you didn't actually ask a question I don't know which kind of response you were hoping for. At least you got a fast response. Seemed like that was important to you. If you want a useful

Re: Django GDAL problem in M1 Chip Pro

2022-07-18 Thread 'Kasper Laudrup' via Django users
On 18 July 2022 18.46.07 CEST, Chandra Prakash Choubey wrote: >Noting is in the content. > Considering you didn't actually ask a question I don't know which kind of response you were hoping for. At least you got a fast response. Seemed like that was important to you. If you want a useful

Re: Django GDAL problem in M1 Chip Pro

2022-07-18 Thread 'Kasper Laudrup' via Django users
On 18 July 2022 18.46.07 CEST, Chandra Prakash Choubey wrote: >Noting is in the content. > Considering you didn't actually ask a question I don't know which kind of response you were hoping for. At least you got a fast response. Seemed like that was important to you. If you want a useful

Re: Django GDAL problem in M1 Chip Pro

2022-07-18 Thread 'Kasper Laudrup' via Django users
On 18 July 2022 07.47.08 CEST, Chandra Prakash Choubey wrote: >Hi ALL, >I am getting this problem > >OSError: dlopen(/opt/homebrew/Cellar/gdal/3.3.1_2/lib/libgdal.dylib, >6): no suitable image found. Did find: >/opt/homebrew/Cellar/gdal/3.3.1_2/lib/libgdal.dylib: mach-o, but >wrong

Re: Core Python Session - Google Classroom

2022-07-18 Thread 'Kasper Laudrup' via Django users
On 18 July 2022 10.44.29 CEST, Muhammad Juwaini Abdul Rahman wrote: >*sigh* This guy keep spamming this group. > Report it: https://support.google.com/groups/answer/81275?hl=en Not sure if it helps but it's worth a try. Kind regards, Kasper Laudrup -- You received this message because you

Re: Fwd: Answer me as soon as possible?

2022-07-12 Thread 'Kasper Laudrup' via Django users
On 12/07/2022 09.43, Abhinandan K wrote: Is anybody know how to install CLI tool with brew in Django Reading this would help: http://www.catb.org/~esr/faqs/smart-questions.html Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups

Re: Live Streaming.

2022-07-06 Thread 'Kasper Laudrup' via Django users
On 6 July 2022 18.40.04 CEST, kasim saifi wrote: >I have to do live streaming in django. Tell me how can it be. Have you done any research? This seems quite relevant: https://forum.djangoproject.com/t/can-i-develop-live-video-streaming-website-using-django/2428 Try to be a bit more specific.

Re: Live Streaming.

2022-07-06 Thread 'Kasper Laudrup' via Django users
On 06/07/2022 18.07, 16-451 S.Kalyan wrote: > What is the mail for? I can't understand > Me neither. I guess we're all confused. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Live Streaming.

2022-07-06 Thread 'Kasper Laudrup' via Django users
On 06/07/2022 18.07, 16-451 S.Kalyan wrote: What is the mail for? I can't understand Me neither. I guess we're all confused. Kind regards, Kasper Laudrup -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and

Re: Live Streaming.

2022-07-06 Thread 'Kasper Laudrup' via Django users
On 06/07/2022 11.27, kasim saifi wrote: I want Django live streaming. But I am not getting Django live streaming.P We all want Django live streaming. We can hope you'll get it as well some day. Good luck and kind regards, Kasper Laudrup -- You received this message because you are

  1   2   >