Batman
Hey all, has anyone used social authentication with django rest framework before? if so can you please tell me which package have you used and were able to implement social authentication successfully with it?
es.py
es.py
Khaidem Sandip
Can we make an android app with django without web hosting
Batman
Ashlah
Luis
Luis
With djangorestframework
Luis
You can't do that
Luis
You can't make the app itself with Django, Django will only work as your backend in this type of scenario
Mahakaal
Can we connect Django server and phpmyadmin server to the same website if YES HOW?
Alex
Franck
good evening everyone please I try to integrate the payment API Mtn MOMO in my django project without success. someone can advise me a tutorial. it's really urgent thank you very much for helping me
Damron
Hi, is that true that it's better to use tweet.user_id instead of tweet.user.id - we're considering the cases Foreign Key using of? In one article was said that in the 2nd it meant an additional query
Ashlah
Cmiiw
Ashish
Aws course video
Mohsin
I have a query regarding template filters
Mohsin
I know we have first and last
Mohsin
What if i want to have inbetween
Mohsin
Item
Pedro
you could filter using att__gt and att __lt
Pedro
hope it helps
Yash
Is their any library I can use to view and import my model data in pdf or excel format?
Damron
Omair
Hey I would like to add some tweaks to this group's bot if someone could point me to the bot's repo
Mirco
Use LoginRequiredMixin instead of decorator with CBVs
Mirco
😊😊 yw
Sweetie
I have a very basic question about gunicorn for ease I will ask with flask.
Example:
I have flask main.py
from flask import Flask
app = Flask()
do_something()
if __name__ == "__main__":
app.run()
Now if I run this with gunicorn 3 workers will my do_something() run 3 times or only once?
Adonis
Sweetie
3 times
Oh.
Also say my app has a dataclass that I am using to stores some simple dict like data and it changes on api calls.
Will that be unreliable?
Like if worker 1 handled request I get different dataclass.
If worker 2 handled I get different?
Adonis
professor
is possible to change UserCreationForm password1 , password2 to password , password_confirm/
Daniel
Hi, how I can get the User_id, so I can filter my apps with the user, I created a ManyToMany with the User model
Anonymous
Could you tell me how to add css file in django
Daniel
Anonymous
Ok I will try tanks
Daniel
SB-admin 2 bootstrap with django,
Daniel
Anonymous
👌
Ashlah
professor
https://stackoverflow.com/questions/59806976/django-forms-error-not-displaying-in-json
professor
the issue is not showing the errors
Cesar
With signals, does anyone knows how to get old values in caso of update?
Yash
Abhishek
UnicodeDecodeError at /
'utf-8' codec can't decode byte 0x92 in position 8366: invalid start byte. Error plz solve
Moon
Moon
I had this error when i had windows 7, I updated to 10 and everything is good now
Yash
D4RK
Hi dear friends i want to export my data with in xls file forexample i use
https://django-import-export.readthedocs.io/en/latest/getting_started.html
D4RK
Its worked but i i have problem
D4RK
#admin.py
class ReportAdmin(ExportActionMixin,admin.ModelAdmin):
list_display=('owner','location','report_type', 'created')
list_filter=('status', 'owner', 'location','report_type')
ordering=['-created', '-updated_at']
inlines = [ReportImageInline,ReportAudioInline,ReportVideoInline]
D4RK
This is my code but the export is only have foreinkey not value of foreinkey
D4RK
How can export this xls file with the value of fk?
Opeyemi
guys please i need help with a LITTLE problem, with checking if a user follows another user in a serializer https://stackoverflow.com/questions/59809813/getting-if-a-user-is-followed-by-logged-in-user-not-working
Batman
Carlos
Hola
Cesar
cj
Doragonsureiyā
Hola
Hi! This group is English-only. Please, translate your message into English or move to a group speaking your language. Thank you.
Philip
Hi, such a question. How can I display form errors in the template, created a validation in the console when calling form.errors they are displayed. I use ajax request and FormView
Anonymous
File "/usr/local/lib/python2.7/dist-packages/redis/connection.py", line 327, in read_response
raise error
AuthenticationError: invalid password
Mirco
Anonymous
can whenever i make post request i got this error although i redise error
Mirco
Doragonsureiyā
Sweetie
!offtopic
As mentioned I need a general overview on how to achieve this on a webapp.
The api can be in Django or any library.
It makes no difference.
The problem is how to do this in a web app environment.
Mirco
Anonymous
I use ckeditor to write and upload images, but I want to display only pictures, how do I do it ?, because the two are united, if {{post.content | safe}} text will appear too, I just want the picture to appear, please help friends
Anonymous
Can you please tell me how to tackle Operational Error at /admins page while adding new products in my project