Re: end to end encryption

2022-08-16 Thread habti habtamu
Thank you... so how can you help me? I mean can we have meeting or any other way to get your help Please ? On Wed, 17 Aug 2022, 01:24 Adebileje Nurudeen, wrote: > Sure, I can help you with that > > On Tue, Aug 16, 2022, 9:09 PM habti habtamu wrote: > >> hello , I just want to know how can I imp

Re: end to end encryption

2022-08-16 Thread Adebileje Nurudeen
Sure, I can help you with that On Tue, Aug 16, 2022, 9:09 PM habti habtamu wrote: > hello , I just want to know how can I implement end to end encryption text > chat app in Django, any one who has experience please help me?? > > -- > You received this message because you are subscribed to the Go

Re: How to use JS in Django?

2022-08-16 Thread Eugene Davis
Add it to ur parent html file in the head tag, do u know anything about the jinja templating engine? On Tue, Aug 16, 2022, 8:52 PM Matheus Bon wrote: > So I don't need to create a folder with only the files in JS and activate > with {% load static %} > > Interesting... I did it this way, how doe

remove user from a specific group in django

2022-08-16 Thread José Ángel Encinas
hi guys, im trying to remove user from a specific group using a function in django but can to do it, can help me someone? this is the function def accesstosystem(request): usuario = User.objects.filter(groups__name='revisión') user = User.objects.get(username=usuario) group = Group.ob

Re: How to use JS in Django?

2022-08-16 Thread Matheus Bon
So I don't need to create a folder with only the files in JS and activate with {% load static %} Interesting... I did it this way, how does it work, I probably missed something I didn't see, thank you very much. Em terça-feira, 16 de agosto de 2022 às 17:27:24 UTC-3, shad...@gmail.com escreveu

Re: How to use JS in Django?

2022-08-16 Thread Shada Bahassan
Hi, The simple way for beginner that trying to use already template from any resources and the runserver if It is ok?, you have to change based on what do you want. *See the simple example below:* My First JavaScript JavaScript can change the content of an HTML element: Click Me! This is

Re: How to use JS in Django?

2022-08-16 Thread Sebastian Jung
Hey. Inspect website with browser and then view in console there are errors and in code wether yoz see block Regards Matheus Bon schrieb am Di., 16. Aug. 2022, 22:09: > Hello friends > > I'm new to Django and I'm having trouble using JS. > > I want to create a sidebar

How to use JS in Django?

2022-08-16 Thread Matheus Bon
Hello friends I'm new to Django and I'm having trouble using JS. I want to create a sidebar for my project, however, for some reason, I can't get it to 'move'. I tried the traditional way, putting the in the index.html document, but it didn't work. I tried another way, using the static files

end to end encryption

2022-08-16 Thread habti habtamu
hello , I just want to know how can I implement end to end encryption text chat app in Django, any one who has experience please help me?? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails

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: https://support.google.com/groups/answer/104652

Re: oauth 2.0 integration

2022-08-16 Thread Abdallah Sow
I use django 4.1 versions Le mar. 16 août 2022 à 13:46, Abdallah Sow a écrit : > 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. > > Le mar. 16 août 2022 à 08:34, 'Kasper Laudrup' via D

I need help with saving data to django database.

2022-08-16 Thread Viando Donwasta
Hi, May I get help with this project? I am new to Django. Below is my view and model for your review. class Invoice(models.Model): InvoiceNo = ShortUUIDField(length=16, prefix="GN_", alphabet="1234567890", primary_key=True, ) InvoiceDate = models.DateFiel

Re: oauth 2.0 integration

2022-08-16 Thread Abdallah Sow
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. Le mar. 16 août 2022 à 08:34, 'Kasper Laudrup' via Django users < django-users@googlegroups.com> a écrit : > On 16/08/2022 08.38, Samapika Nay

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 "D