__
I need to check if a field in a model is saved as empty string
__
🤔
TP
I have a question, I made a web app that a user can log in via the FB account,done once but then facebook API says that it website is not secure so not able to login by face ,so how to make django Web app HTTPS?
Doragonsureiyā
I have a question, I made a web app that a user can log in via the FB account,done once but then facebook API says that it website is not secure so not able to login by face ,so how to make django Web app HTTPS?
Step 1: Open a browser Step 2: Write down https://google.com or https://duck.com and press Enter Step 3: In the search box write down the same words you asked here Step 4: Read the firsts results
Mirco
You will find loooots of resources just typing on your search engine
TP
!search
Tried 2 ways but they are neither working nor feasible
TP
Btw thanks for the advice!!!
Mirco
Tried 2 ways but they are neither working nor feasible
Just reading also official documentation is quite enough There's a topic about security
Nayan
Hi i am trying to download csv file using class based view as django tables 2 can anyone help me ?? I can able to download complete table to csv file What i want - is to dowload filter data to csv file .
Anonymous
Can anyone help me to build pos system(calling rest API's using Django rest framework)
Anonymous
Question: [<Queryset [<Tenant: Tenant object (1)>, <Tenant: Tenant object (5)>, <Tenant: Tenant object (6)>]>, <Queryset [<Tenant: Tenant object (3)>]>, <Queryset []>] Answer:- [<Tenant: Tenant object (1)>, <Tenant: Tenant object (3)>, <Tenant: Tenant object (5)>, <Tenant: Tenant object (6)>] Please anyone solve this queryset. Thanks in advance.
Anonymous
Do you want to sort it?
I m not getting answer.
Anonymous
What I m excepting?
Alessio Balderi
I don't get what you need lol, please be more explicative
Anonymous
Anonymous
Send me queryset
Alessio Balderi
Already sorted ,but I m not getting.
Are you not getting what?
Alessio Balderi
🤨
Anonymous
🤨
Send me queryset
Anonymous
You know solution.
Anonymous
Are you not getting what?
If you know the solutions ,send me.
Alessio Balderi
If you know the solutions ,send me.
I don't know what you need so I don't know the answer
Holla
any one would tell if am wrong or this post template doestn't extist well its there and the path is fine
Holla
https://realpython.com/get-started-with-django-1/
B419045_Rashmi Ranjan Das
Can anyone help me to deploy a django web app on a free server ...? I use postgres database
~
https://tutorial-extensions.djangogirls.org/en/heroku/
~
Try this
~
Might help you
B419045_Rashmi Ranjan Das
Thankyou
Holla
error at DoestNotExist/
Holla
from django.shortcuts import render from django.http import HttpResponse from .models import Page def index(request,pagename): pagename = '/' + pagename pg = Page.objects.get(permalink=pagename) … context = { 'title':pg.title, 'content':pg.bodytext, 'last_updated':pg.update_date, } return render(request,'pages/page.html',context)
Holla
u
Holla
000 2n25h556cg32j*y/r
Holla
h/\ n
OneZer0
Hello, I'm trying to save two files and a string in my mysql database, and for that I converted the files to binary data, however I'm having problems with serialization, the 'files' are not inserted due to the lack of attributes in `serializer.data`, does anyone know how I can solve it?
OneZer0
https://pastebin.com/4J0Xax6s
Anonymous
django or node.js is better for iot dashboard?(like rhinger.io)
Anonymous
Thankyou
Please I request you
Holla
!paste
Damn my internet connection wont even load paste.com
Holla
which one
Anonymous
Thankyou
One last time I'm requesting you
Anonymous
Please rash @rashmi_rox
Anonymous
"Translation In Django" official docs is important or i can use google api for translation....
Anonymous
i mean its necessary to learn or just for additional knowledge?
shekhar
Go to django settings set the time for access token ,if access token expired,then use refresh token
i am using sqlite database how can i extarct each row using code not in terminal?
Anonymous
I need a little help in my intern project. I m new to python and this framework is awsome but want a little help.... Join I will screenshare @6:30 (UTC) https://discord.gg/gsEUE5
Mr.m
I want to develop a quiz application... any packages and documentation for that in python
Mr.m
Help me out
Anonymous
Nope no one is gonna help here
Mr.m
I just want to know pacakages related to that...
Anonymous
Okk
Green Bear 🐻 📈
Can anyone help me with django updated documentation link
Dexter
Has anyone hosted their site on viralhost
Dexter
And which is the cheap hosting for django
---
can anyone help me deploying djgano to web server, i am logged in SSH
I tried, installed django and change the settings as per documentations but its showing now It works! Python 3.7.3
maroong
Can anyone help out with a celery problem
Doragonsureiyā
Can anyone help out with a celery problem
Please don't ask meta questions like: "Any user of $x here?" "Anyone used technology $y?" "Hello I need help on $z" Just ask about your problem directly! With a very high amount of people here the probability that someone will help is pretty high. Also please read: http://catb.org/~esr/faqs/smart-questions.html
Loki
I need help in deploying Django site on heroku
Knight
hi~ redis.scan_iter(match=?) How can I filter key by its length Thanks in advance!
FS
https://medium.com/@shekhar.opichius/deploy-django-application-on-the-nginx-deployment-server-117926d93e78?sk=1c5c5cedfa52bf3972cc737d28dd1228
Camille
shekhar
how to check if an access token is expired or not?
Biagio
Hi there, I need to store some information from the Session of the user but the user will be no able to edit this info or corrupt them. Is there some solution already developed in django framework?