Login and Logout using Django JWT Token

2023-03-05 Thread Themporst Aiden
Am working on a personal project, my plan is to build Mobile App in the future for it. I have already developed the backend api endpoints using Django Rest Framework and JWT. But the challenge now is that how can i consume the rest api endpoints from my same django project. ? I know how to

Re: sso using django

2023-02-11 Thread carlos
Hello quicky research in google search https://pypi.org/project/django-sso/ https://github.com/divio/django-simple-sso https://micropyramid.medium.com/django-single-sign-on-sso-to-multiple-applications-64637da015f4 Cheers On Tue, Jan 31, 2023 at 11:16 PM venkat Bukka wrote: > Hello all, >

sso using django

2023-01-31 Thread venkat Bukka
Hello all, Does anyone know how we can implement django sso for multiple django projects please let me know from which libraries we can start with and push into production or is it good to use aure ad and okta for that. thank you..! -- You received this message because you are subscrib

Re: Using django 4.1 code in django 3.2

2022-11-03 Thread subin
I will look forward to meeting you on July 11 On Thu, Nov 3, 2022 at 10:18 AM Lakshyaraj Dash < dashlakshyaraj2...@gmail.com> wrote: > Is there any problem if I deploy my django app written with django 4.1 in > django 3.2 on render ? > Please help > > -- > You received this message because you ar

Re: Using django 4.1 code in django 3.2

2022-11-03 Thread subin
Please let me know if that sounds okay. On Thu, Nov 3, 2022 at 2:56 PM 'Steven Mapes' via Django users < django-users@googlegroups.com> wrote: > It'll depend on whether your code is 3.2 compatible or not so you'd need > to test it and check dependencies first > > On Thursday, 3 November 2022 at 0

Re: Using django 4.1 code in django 3.2

2022-11-03 Thread 'Steven Mapes' via Django users
It'll depend on whether your code is 3.2 compatible or not so you'd need to test it and check dependencies first On Thursday, 3 November 2022 at 09:28:40 UTC Kasper Laudrup wrote: > On 03/11/2022 10.18, Lakshyaraj Dash wrote: > > Is there any problem if I deploy my django app written with django

Using django 4.1 code in django 3.2

2022-11-03 Thread Lakshyaraj Dash
Is there any problem if I deploy my django app written with django 4.1 in django 3.2 on render ? Please help -- 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 djan

Power BI Dashboard Embed Code Using Django.

2022-10-29 Thread Abnet birknhe
Hi, How to embed Report from Power BI using code in to Django? -- 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. To v

Re: Power BI Dashboard Embed Code Using Django.

2022-10-29 Thread Abnet birknhe
I am also facing problem too On Wednesday, 10 March 2021 at 05:54:27 UTC-8 geethanj...@gmail.com wrote: > Hi, > > How to embed Report/dashboard in Power BI to a Web portal using Django? > > Thanks, > Geethanjali. > -- You received this message because you are subscribed

Re: Chat app using django

2022-08-25 Thread Ryan Nowakowski
ll me how > to make this type of chat app using django (not Django channels). Instead of using Channels, you can HTTP poll. You can always migrate to Channels later. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe fr

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: Help on my cart.js file using Django 3.2.15 in python

2022-08-13 Thread 'tomo yamano' via Django users
It seems that the error message you shared indicates the syntax error , tho.On Aug 13, 2022, at 4:05 PM, Dieu merci Dramani wrote:This work :productId:  1 action:  addcart.js:9 USER: setracocart.js:20 setraco is logged in ! Sending data ...cart.js:22        Here is the errors that I'm trying wit

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

2022-08-13 Thread Dieu merci Dramani
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/ 403 (Forbidden) updateUserOrder @ cart.js:22 (anonymous) @ cart.js:14 VM29:2 Un

Re: Chat app using django

2022-07-20 Thread carlos
gt;>> On Wed, Jul 20, 2022 at 8:41 AM Lakshyaraj Dash < >>>> dashlakshyaraj2...@gmail.com> wrote: >>>> >>>>> Hello guys! >>>>> I'm having a discussion website in django with some sort of user >>>>> authentication an

Re: Chat app using django

2022-07-20 Thread Lakshyaraj Dash
ash < >>> dashlakshyaraj2...@gmail.com> wrote: >>> >>>> Hello guys! >>>> I'm having a discussion website in django with some sort of user >>>> authentication and I want to inject chat app with rooms made by the users >>>>

Re: Chat app using django

2022-07-20 Thread Abdul Qoyyuum
ject chat app with rooms made by the users >>> themselves. I don't want any js framework in the frontend. Just tell me how >>> to make this type of chat app using django (not Django channels). >>> >>> Thanks and regards >>> Lakshyaraj Dash >>>

Re: Chat app using django

2022-07-20 Thread Lakshyaraj Dash
chat app with rooms made by the users >> themselves. I don't want any js framework in the frontend. Just tell me how >> to make this type of chat app using django (not Django channels). >> >> Thanks and regards >> Lakshyaraj Dash >> >> -- >> You rec

Re: Chat app using django

2022-07-19 Thread Abdul Qoyyuum
es. I don't want any js framework in the frontend. Just tell me how > to make this type of chat app using django (not Django channels). > > Thanks and regards > Lakshyaraj Dash > > -- > You received this message because you are subscribed to the Google Groups > "Djang

Chat app using django

2022-07-19 Thread Lakshyaraj Dash
Hello guys! I'm having a discussion website in django with some sort of user authentication and I want to inject chat app with rooms made by the users themselves. I don't want any js framework in the frontend. Just tell me how to make this type of chat app using django (not Djang

Re: i am facing problem with my project to update data in mysql using django

2022-06-20 Thread andrew snyder
can you conform that database user has permissions to update data in all three databases using a mysql client? On Thursday, June 16, 2022 at 12:02:00 PM UTC-4 rafiurra...@gmail.com wrote: > here is my problem description link in stackoverflow > if anyone can help me, i will be gratefull > > lin

i am facing problem with my project to update data in mysql using django

2022-06-16 Thread rafiur rahman rafit
here is my problem description link in stackoverflow if anyone can help me, i will be gratefull linkproblem link -- You received this message because you are subscribed to the Google Groups "Django us

Re: Multiple image upload using Django, Vuejs and Axiox

2021-11-20 Thread Gabo LaTo
how are you sending the files from the client? It seems to me you're reading the files metadata but you are not accessing the image binaries to store them. Look at this example. It's made in angular but it can give you an idea: https://github.com/cardanovalley/cardano-directories/blob/http-post-s

Re: Multiple image upload using Django, Vuejs and Axiox

2021-11-19 Thread Omkar Parab
Check, whether you've added "upload_to" in your Image Field and add MEDIA_ROOT & MEDIA_URL in settings.py file or not. On Sat, Nov 20, 2021, 10:36 AM Alam Khazi wrote: > Hi, > By using Vuejs, Axiox and Django, Uploading multiple images. After > uploading images are getting in list and then tho

Multiple image upload using Django, Vuejs and Axiox

2021-11-19 Thread Alam Khazi
Hi, By using Vuejs, Axiox and Django, Uploading multiple images. After uploading images are getting in list and then those list of images names we are storing into backend in ImageField image is saving into database but not saving into media folder. ['nature6.jpg', 'nature5.jpg', 'nature4.jpg', '

Unable to see pie chart in template using django and chart js

2021-09-30 Thread shreyas kshirsagar
*I want to count the number of companies in companytype model and show that in pie chart. The count should by the name field in company table.* eg: If Company Type is medical and there are 4 companies in that category then i want to show its count on pie chart. *models.py* class CompanyType(mode

Unable to log in the user using django channels because "connection is already closed"

2021-09-04 Thread Ross Meredith
Has anybody had this before? Here is the question on SO (which is better formatted) - https://stackoverflow.com/questions/69057713/unable-to-log-in-the-user-using-django-channels-because-connection-is-already-c I'm unable to log a user in with the login function provided by Django Channel

Re: Encrypt A Table using Django Model

2021-08-13 Thread 'Peter van der Does' via Django users
https://django-cryptography.readthedocs.io/en/latest/ On 8/12/21 3:49 AM, Sachin Kumar wrote: > Hi Experts, > > If anyone has done encryption of table using Django. please let us > know the process or any article which helps in the encryption of table > data using Model and w

Encrypt A Table using Django Model

2021-08-12 Thread Sachin Kumar
Hi Experts, If anyone has done encryption of table using Django. please let us know the process or any article which helps in the encryption of table data using Model and when required it decrypt the table data. Please help and Guide for a Solution. Regards Sachin -- You received this

Re: counting the same words within a song added by a user using Django

2021-07-12 Thread RaviKiran Kk
We are looking for django developer Plz contact 6309620745 On Mon, Jul 5, 2021, 17:07 DJANGO DEVELOPER wrote: > Hi there. > I am developing a project based on adding songs to the user's library and > to the home page. > other users can also purchase the songs like wise people do shopping on > eC

Re: counting the same words within a song added by a user using Django

2021-07-11 Thread DJANGO DEVELOPER
Sum thanks for your interest. these are the screenshots of my requirements and of models. On Mon, Jul 12, 2021 at 2:44 AM sum abiut wrote: > I might not fully understand your question. Can you show me what you have > done? show us your models and what you want to achieve. > > > > On Fri, Jul 9,

Re: counting the same words within a song added by a user using Django

2021-07-11 Thread sum abiut
I might not fully understand your question. Can you show me what you have done? show us your models and what you want to achieve. On Fri, Jul 9, 2021 at 4:57 PM DJANGO DEVELOPER wrote: > sum it is giving me error of TextField is not iterable > > On Wed, Jul 7, 2021 at 5:30 AM DJANGO DEVELOPER

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-09 Thread Tree Chip Net
let suppose I have 2 models: *class String(models.model):* *string = models.textarea(null = True, blank = True)* *user = models.ForeignKey(user, on_delete=models.CASCADE)* *def __str__(self):* *return self.string* and *class Song_Words_Count(models.model):* *song = models

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-09 Thread DJANGO DEVELOPER
hi Sebastian, do you know how can I resolve my problem? I want to count same words in a string. after splitting it On Fri, Jul 9, 2021 at 10:14 PM DJANGO DEVELOPER wrote: > Hi Peter, thanks for your reply. Sorry I have m2m relationship of User > model with Song model and I am using m2m_changes s

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-09 Thread DJANGO DEVELOPER
Hi Peter, thanks for your reply. Sorry I have m2m relationship of User model with Song model and I am using m2m_changes signal for it but still not giving me the desired output. On Fri, Jul 9, 2021 at 9:20 PM Sebastian Jung wrote: > Hello Peter, > > ich would make it with a signal. > > Here a an

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-09 Thread Sebastian Jung
Hello Peter, ich would make it with a signal. Here a another example to use a post save signal: from django.db.models.signals import post_savefrom django.dispatch import receiver class TransactionDetail(models.Model): product = models.ForeignKey(Product) # method for updating@receiver(post_s

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-09 Thread Tech Cue
*class String(models.model):* *string = models.textarea(null = True, blank = True)* > *user = models.ForeignKey(user, on_delete=models.CASCADE)* > *def __str__(self):* > *return self.string* > *class Song_Words_Count(models.model):* > *song = models.ForeignKey(user, on_del

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-09 Thread 'Peter van der Does' via Django users
Overwrite the save method on the String model and when you hit save you split and save the words in the S_W_C model. This does mean when you update the String record all the words are added to the S_W_C model as well, as there is no correlation between the two model you don't know if that String wa

Re: counting the same words within a song added by a user using Django

2021-07-09 Thread DJANGO DEVELOPER
https://stackoverflow.com/questions/41689274/split-multiple-selections-into-separate-records-in-a-django-model I also want the same result as it is mentioned here in the stackoverflow question On Fri, Jul 9, 2021 at 10:56 AM DJANGO DEVELOPER wrote: > sum it is giving me error of TextField is no

Re: counting the same words within a song added by a user using Django

2021-07-08 Thread DJANGO DEVELOPER
sum it is giving me error of TextField is not iterable On Wed, Jul 7, 2021 at 5:30 AM DJANGO DEVELOPER wrote: > so will it run smoothly? > I mean there is no filter function there so will it filter a specific > field and will give me count for the words? > > On Tue, Jul 6, 2021 at 9:40 PM sum ab

Re: Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-08 Thread DJANGO DEVELOPER
is there anyone who can help me here? On Fri, Jul 9, 2021 at 2:51 AM DJANGO DEVELOPER wrote: > let suppose I have 2 models: > *class String(models.model):* > *string = models.textarea(null = True, blank = True)* > *user = models.ForeignKey(user, on_delete=models.CASCADE)* > *def __st

Django help| Urgent | how to find the frequency of a string for each word using django admin?

2021-07-08 Thread DJANGO DEVELOPER
let suppose I have 2 models: *class String(models.model):* *string = models.textarea(null = True, blank = True)* *user = models.ForeignKey(user, on_delete=models.CASCADE)* *def __str__(self):* *return self.string* and *class Song_Words_Count(models.model):* *song = models

Re: counting the same words within a song added by a user using Django

2021-07-06 Thread DJANGO DEVELOPER
so will it run smoothly? I mean there is no filter function there so will it filter a specific field and will give me count for the words? On Tue, Jul 6, 2021 at 9:40 PM sum abiut wrote: > You can to something like this > > def count_songs(request): > #get the field that you want to count the wo

Re: counting the same words within a song added by a user using Django

2021-07-06 Thread sum abiut
You can to something like this def count_songs(request): #get the field that you want to count the words in it field_name = model._meta.get_field('your_field) word_count =Counter(field_name) for key, value in word_count.items(): key = key value=value context={ 'key':key, 'value'

Re: counting the same words within a song added by a user using Django

2021-07-06 Thread lalit suthar
cool :D On Tuesday, 6 July 2021 at 10:25:06 UTC+5:30 abubak...@gmail.com wrote: > I found this as well. and I think I want the result this way. > > On Tue, Jul 6, 2021 at 9:21 AM Lalit Suthar wrote: > >> [image: Screen Shot 2021-07-06 at 9.50.12 AM.png] >> Counter works with words also >> >> n

Re: counting the same words within a song added by a user using Django

2021-07-05 Thread Lalit Suthar
[image: Screen Shot 2021-07-06 at 9.50.12 AM.png] Counter works with words also nice one Simon Charette learned something new :) On Tue, 6 Jul 2021 at 07:56, DJANGO DEVELOPER wrote: > thanks Simon but I am not using postgresql. I am using sqlite3 database. > so I want a global solution, that wo

Re: counting the same words within a song added by a user using Django

2021-07-05 Thread DJANGO DEVELOPER
thanks Simon but I am not using postgresql. I am using sqlite3 database. so I want a global solution, that work in all the databases. On Tue, Jul 6, 2021 at 1:54 AM Simon Charette wrote: > If you're using a PostgreSQL you might want to look at using a tsvector > column instead which will ignore

Re: counting the same words within a song added by a user using Django

2021-07-05 Thread Simon Charette
If you're using a PostgreSQL you might want to look at using a tsvector column instead which will ignore stop words (the, or, of, ...) and map lexemes to their number of occurrence and position in the lyrics[0]. Assuming you were to index this column you'd be able to efficiently query it for ex

Re: counting the same words within a song added by a user using Django

2021-07-05 Thread DJANGO DEVELOPER
Thank you Lalit bhai. it seems to be a solution. but what if I want to get the result for each single word rather than single letter? On Mon, Jul 5, 2021 at 5:43 PM Lalit Suthar wrote: > https://www.guru99.com/python-counter-collections-example.html > Counter can be helpful for this situation >

Re: counting the same words within a song added by a user using Django

2021-07-05 Thread Lalit Suthar
https://www.guru99.com/python-counter-collections-example.html Counter can be helpful for this situation On Mon, 5 Jul 2021 at 17:07, DJANGO DEVELOPER wrote: > Hi there. > I am developing a project based on adding songs to the user's library and > to the home page. > other users can also purchas

counting the same words within a song added by a user using Django

2021-07-05 Thread DJANGO DEVELOPER
Hi there. I am developing a project based on adding songs to the user's library and to the home page. other users can also purchase the songs like wise people do shopping on eCommerce stores. *Problem:(Question)* The problem that I want to discuss here is that when a user adds a sing through dja

I am using django with DRF and dj_rest_auth

2021-06-12 Thread Manas Paul
I have made my custom user model. The dj_rest_auth returning the response after successfull login { "access_token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNjIzdXJfaWQiOjZ9.4yjIBxXhe5grxCe18huamgj1qP44A-zOkUHxZ61wXao" , "refresh_token": "eyJ0eXAiOiJKV1QiLC

Re: Facing problem to display dynamic (name,description of places AND price)on the web page using Django

2021-06-06 Thread Bradie Poa
please use the code below: def index(request): context = {} return render(request, 'index.html' , context) On Thu, 3 Jun 2021 at 16:52, Michael Smith wrote: > You can't have three of the same name view either can you? > > On Thu, Jun 3, 2021 at 9:36 AM Nandaniya Nilesh < > nileshnandan

Re: Facing problem to display dynamic (name,description of places AND price)on the web page using Django

2021-06-03 Thread Michael Smith
You can't have three of the same name view either can you? On Thu, Jun 3, 2021 at 9:36 AM Nandaniya Nilesh < nileshnandaniya...@gmail.com> wrote: > hello, > I am nilesh, > i think every funtion should return something. > > return dests from index named function. > last line is not with any functi

Re: Facing problem to display dynamic (name,description of places AND price)on the web page using Django

2021-06-03 Thread Nandaniya Nilesh
hello, I am nilesh, i think every funtion should return something. return dests from index named function. last line is not with any function def main(): .. def index(): .. return dest1 def index(): .. return dest2 def index(): .. return dest3 dests = [...] return render(...

Facing problem to display dynamic (name,description of places AND price)on the web page using Django

2021-06-03 Thread UJJWAL AGRAWAL
Dear team I am facing a problem with error While writing this code ERROR IS: RETURN OUTSIDE FUNCTION Please help me solving this issue. from django.shortcuts import render from .models import Destination # Create your views here. def index(request): dest1 = Destination() dest1.name ='

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
it is based on social-django but I am using django-allauth. On Wed, Jun 2, 2021 at 10:58 AM Omkar Parab wrote: > try this. 👇 > > https://stackoverflow.com/questions/61868629/page-not-found-error-when-adding-facebook-authentication > > On Wed, Jun 2, 2021, 11:12 AM DJANGO DEV

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
try this. 👇 https://stackoverflow.com/questions/61868629/page-not-found-error-when-adding-facebook-authentication On Wed, Jun 2, 2021, 11:12 AM DJANGO DEVELOPER wrote: > actually I am using django-allauth and it doesn't need to have a form to > login via facebook. > > On Wed,

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
; >>>>>>>>> Facebook login won't work with these local URLs. Only google login >>>>>>>>> will work. Don't waste your time. Either host it on Heroku or install >>>>>>>>> ngrok >>>>>>>

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
2021, 7:16 AM DJANGO DEVELOPER < >>>>>>>> abubakarbr...@gmail.com> wrote: >>>>>>>> >>>>>>>>> and last settings of my developer app >>>>>>>>> >>>>>>>>> On Wed, Jun 2, 2021 a

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
R < >>>>>>> abubakarbr...@gmail.com> wrote: >>>>>>> >>>>>>>> and last settings of my developer app >>>>>>>> >>>>>>>> On Wed, Jun 2, 2021 at 6:44 AM DJANGO DEVELOPER < >>>>>>&g

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
>> >>>>>> and last settings of my developer app >>>>>> >>>>>> On Wed, Jun 2, 2021 at 6:44 AM DJANGO DEVELOPER < >>>>>> abubakarbr...@gmail.com> wrote: >>>>>> >>>>>>> site url f

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
gt;>>>> >>>>>> On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER < >>>>>> abubakarbr...@gmail.com> wrote: >>>>>> >>>>>>> I have 2 sites in my django admin side. one is localhost:8000 and >>>>

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
gt;>> >>>>> On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER < >>>>> abubakarbr...@gmail.com> wrote: >>>>> >>>>>> I have 2 sites in my django admin side. one is localhost:8000 and >>>>>> other is 127.0.0.1:

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
;>>> abubakarbr...@gmail.com> wrote: >>>> >>>>> I have 2 sites in my django admin side. one is localhost:8000 and >>>>> other is 127.0.0.1:8000 >>>>> >>>>> On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup >>

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
te url from my app. >>> >>> On Wed, Jun 2, 2021 at 6:43 AM DJANGO DEVELOPER >>> wrote: >>> >>>> I have 2 sites in my django admin side. one is localhost:8000 and other >>>> is 127.0.0.1:8000 >>>> >>>> On Wed, Jun 2, 2021 a

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
t;>> On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup >>> wrote: >>> >>>> On 01/06/2021 21.49, DJANGO DEVELOPER wrote: >>>> > I am using django-allauth library and i am following this >>>> > tutorial. >>>> https://medium.c

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
.0.1:8000 >> >> On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup >> wrote: >> >>> On 01/06/2021 21.49, DJANGO DEVELOPER wrote: >>> > I am using django-allauth library and i am following this >>> > tutorial. >>> https://medium.com/ge

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
VELOPER wrote: >> > I am using django-allauth library and i am following this >> > tutorial. >> https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f >> > < >> https://medium.com/geekculture/setup-social-authentication

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I have 2 sites in my django admin side. one is localhost:8000 and other is 127.0.0.1:8000 On Wed, Jun 2, 2021 at 1:05 AM Kasper Laudrup wrote: > On 01/06/2021 21.49, DJANGO DEVELOPER wrote: > > I am using django-allauth library and i am following this > > tutorial. >

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Kasper Laudrup
On 01/06/2021 21.49, DJANGO DEVELOPER wrote: > I am using django-allauth library and i am following this > tutorial.  > https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f > <https://medium.com/geekculture/setup-social-authentication

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I am using django-allauth library and i am following this tutorial. https://medium.com/geekculture/setup-social-authentication-in-django-rest-framework-1afdb675375f On Tue, Jun 1, 2021 at 10:37 PM Kasper Laudrup wrote: > On 01/06/2021 19.30, DJANGO DEVELOPER wrote: > > I am getting

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Kasper Laudrup
On 01/06/2021 19.30, DJANGO DEVELOPER wrote: > I am getting "page not found" error. this error is pretty known to me > but I tried all combinations of urls but still getting page not found error. > You most definitely haven't tried all combinations of URLs since even if you would have automated it

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
VELOPER > wrote: > >> I need to develop a social login functionality for facebook using django >> allauth and django rest auth. I am struggling from 3 days and I would like >> to someone who can refer me a good tutorial or any other written guidance. >> till now I ha

Re: best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread Omkar Parab
What error you're getting? On Tue, Jun 1, 2021, 7:37 PM DJANGO DEVELOPER wrote: > I need to develop a social login functionality for facebook using django > allauth and django rest auth. I am struggling from 3 days and I would like > to someone who can refer me a good tutoria

best tutorial or guidance for social login(facebook or google) using django allauth and rest auth

2021-06-01 Thread DJANGO DEVELOPER
I need to develop a social login functionality for facebook using django allauth and django rest auth. I am struggling from 3 days and I would like to someone who can refer me a good tutorial or any other written guidance. till now I have only implemented some basic code and following this

How to upload image using django backend and vuejs form in front end

2021-03-15 Thread Salima Begum
Hi all, I am trying to upload an image using vue.js and backend is django. but while I am uploading the image its is showing path as a "fakepath". So due to that i am unable to save the image at media folder. So how to solve this issue. Thanks ~Salima -- You received this message because you are

Re: How to create a user to user message system using Django Rest frame work

2021-03-15 Thread Andréas Kühne
Hi, I did a quick google search and found the following package: https://django-messages.readthedocs.io/en/latest/ All you need to do is create the DRF views for it. Regards, Andréas Den sön 14 mars 2021 kl 23:06 skrev DAN DIGNITY : > I am trying to create a private messaging system using th

How to create a user to user message system using Django Rest frame work

2021-03-14 Thread DAN DIGNITY
I am trying to create a private messaging system using the Django Rest framework. It doesn't have to be like a live chat, just have an inbox and be able to respond, a simple thing like that. -- You received this message because you are subscribed to the Google Groups "Django users" group. To u

Power BI Dashboard Embed Code Using Django.

2021-03-10 Thread GEETHANJALI S P
Hi, How to embed Report/dashboard in Power BI to a Web portal using Django? Thanks, Geethanjali. -- 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 dj

Re: How to programmatically set the model when using Django CreateView?

2021-01-29 Thread Arisophy
Hi Robert Just looking at the code Why do you change context to empty? context = {} return render(request, self.template_name, context) Aisophy 2021年1月30日(土) 3:09 Robert F. : > I am trying to programmatically set the model for a Django class-based > view that inherits from Create

How to programmatically set the model when using Django CreateView?

2021-01-29 Thread Robert F.
I am trying to programmatically set the model for a Django class-based view that inherits from CreateView and displays a form for creating a 'member' object. My problem is that my template is not displaying the form itself. Note that I override the 'get' method to determine what model the view

Re: Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Andréas Kühne
Hi Joel, I don't think you need to incorporate django cms for that use case. You would be better just to add a HTML editor of some sort and then saving the HTML in the database. That way you don't need to open up django admin for the cms handling either? At least that's the way I would do it? Reg

Using django cms in a model instance scenario rather than the whole site

2021-01-15 Thread Joel Tanko
Hey guys, So I have this django project that works similar to shopify(only on a smaller scale) that allows local businesses to open and manage their online stores - made possible by the django app. I decided it would be a good idea to let the store owners (or merchants) send emails from their admin

Re: MarketPlace Suggestion Using Django

2020-12-17 Thread Kris A. Stern
Thought this might be very useful background reading for your project in more broader strokes: https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react Good for the essential concepts I reckon. Hope it helps! Cheers, Kris On Thu, 17 Dec 2020 at 15:04

Re: MarketPlace Suggestion Using Django

2020-12-16 Thread codesign web za
https://bravelab.io/blog/how-to-manage-tenants-in-the-multitenant-app-based-on-django-tenants-and-saleor-io-platform/ just found this from august...! On 2020/12/17 03:32, IZMA Digital, Technology Agency wrote: Hi All, I am planning to create my first MarketPlace project in Django, Can I use d

Re: MarketPlace Suggestion Using Django

2020-12-16 Thread codesign web za
When i looked into this, my big idea was to set up Saleor (django+react), with django-tenant-schemas... but i didnt get that right just yet... Same Saleor, working with different databases based on the url address... Has anyone managed to set up Saleor this way? that would be EPIC!! On 2020

MarketPlace Suggestion Using Django

2020-12-16 Thread IZMA Digital, Technology Agency
Hi All, I am planning to create my first MarketPlace project in Django, Can I use django Oscar package to create and customize multivendor marketplace as per our custom needs? Did this package allow us to customize themes? DB schema or user authentication with phone number only etc.. Or I have

How to send a message to all consumers using Django Channels 3.0.0?

2020-11-04 Thread Karam Haj
https://stackoverflow.com/questions/64689093/how-to-send-a-message-to-all-consumers-using-django-channels-3-0-0 -- 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

How to create a approval login using django

2020-10-29 Thread mahanth kumar valluri
Hi everyone, I have created a website with models as alumini,college . In that website I have made sure that each alumini is associated to a college.Now what i want to create is whenever a new alumini fills the information in registration page and click register under a particular college ,then

Re: job portal using django

2020-09-25 Thread Kunal Solanke
ing apps in Django that store and > read data submitted by users. > > You can adapt the instructions to create a job portal. > > > > On Thu, Sep 24, 2020 at 7:19 PM Ayush Shukla > wrote: > >> is there any tutorial on creating job portals (like indeed ) using django &

Re: job portal using django

2020-09-24 Thread Lane Campbell
There are a lot of tutorials for creating apps in Django that store and read data submitted by users. You can adapt the instructions to create a job portal. On Thu, Sep 24, 2020 at 7:19 PM Ayush Shukla wrote: > is there any tutorial on creating job portals (like indeed ) using dja

job portal using django

2020-09-24 Thread Ayush Shukla
is there any tutorial on creating job portals (like indeed ) using django -- 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-user

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-09 Thread Omkar Parab
Set your bucket access and permission to Public. On Wed, Sep 9, 2020, 1:48 PM hans alexander wrote: > I tried to put > > AWS_QUERYSTRING_AUTH = False > AWS_S3_BUCKET_AUTH = False > > on settings.py, > > it didn't work. > > Thanks. > > > On Wed, Sep 9, 2020 at 3:16 PM hans alexander wrote: > >>

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-09 Thread hans alexander
I tried to put AWS_QUERYSTRING_AUTH = False AWS_S3_BUCKET_AUTH = False on settings.py, it didn't work. Thanks. On Wed, Sep 9, 2020 at 3:16 PM hans alexander wrote: > I see on this link >> > > > https://stackoverflow.com/questions/63096379/django-ckeditor-upload-image-link-expires-after-some

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-09 Thread hans alexander
> > I see on this link > https://stackoverflow.com/questions/63096379/django-ckeditor-upload-image-link-expires-after-some-hours Has no solution yet. He got the same problem as me. I'm currently still trying to find solution, tinkering aws s3 settings to set the expired time. Any suggestions wo

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-08 Thread Anil pawar
That means whatever link is generated is not functioning. Try to check the image file permission on the server OR open that link in a new browser tab and check what response you are getting from the server. and make sure the image URL is correct. On Wed, Sep 9, 2020 at 10:15 AM hans alexander wro

Re: Image Uploaded by Ckeditor using Django to AWS S3 gone after certain amount of time

2020-09-08 Thread hans alexander
I checked the file on my bucket, it's there. But somehow the link is not working. On Wed, Sep 9, 2020 at 1:13 PM hans alexander wrote: > I don't know what happened. > Need solution for this. > > [image: image.png] > [image: image.png] > > Any solutions would be appreciated. Thanks > -- You rec

  1   2   3   4   5   6   7   8   9   10   >