Anonymous
Heyy, little question on a channels implementation
Anonymous
With django-channels how can it be such that someone is connected with anyone who is online for a private chat
Rahul
How to sync google sheet with postgresql
A
Good question
Rahul
Good question
Any idea?
Sh
download it as excel
Sh
also u can create a webhook in google sheet.
Sh
any new entry added, creates an entry in postgres using a django api
Rahul
If new entry added that data will get store in db using django
Rahul
also u can create a webhook in google sheet.
How to do this any link or blog
Sh
You can try Zapier
Sh
its free for certain number of requests
Sh
https://zapier.com/apps/google-sheets/integrations/webhook/1695/send-a-webhook-when-a-new-row-is-created-in-google-sheets
Sh
Or refere this : https://developers.pandadoc.com/docs/webhook-verification-with-google-sheets
Sh
https://medium.com/quiqup-engineering/create-webhooks-from-google-sheets-cba629151909
.
Use django email backend and sendgrid api
Bro any documentation or video source?
.
I tried Twilio Zerosms and disappointed
Anonymous
Anonymous
Then pm me
Anonymous
Hi i completed my python can anyone suggest me a django course pls
Anonymous
refer the django docs
Doragonsureiyā
Hi i completed my python can anyone suggest me a django course pls
Looking for Django tutorials? you can follow these three recommended ones: * Official documentation and tutorial * Tutorial from MDN * Tutorial from django-girls
shashank
How to resolve error.... I.e- AttrivuteError : str object has no attribute ' _meta'
shashank
Its occur when I am adding in installed apps in setting.py
Hukum
Anyone please provide django notes for beginners
Gil
Anyone please provide django notes for beginners
try, try, try, try, read ,read ,read,read,try,read,try,read, simulate imaginary scenarios,try,try,try
Anonymous
Anyone provide a working django authentication tutorial
Anonymous
wt*
I dont get you?
Anonymous
Anonymous
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
Anonymous
Leonardo
guys, how can i reverse a url that uses filterset_fields?
Leonardo
im trying to do reverse('api-v1:customfield-detail', args=[f'company_client__id={self.company_client.id}'])
Cyrus
Any good video tutorials on django rest api?
Kratøs
Guys suggest me way to check if the person is already logged in or not
Kratøs
Not on html page
Kratøs
Its like before opening web page if logged in than continue or redirect to registration page
Nasir
Please how can I redirect to same place? Example when I user click on a like button should not redirect to another place
Ankit
Hi do you know anybody experienced with Django framework
Mirco
In a Django group with 7k members you should suppose you'd find someone
Cheap
i am trying to capture ip with REMOTE_ADDR, but sometimes i get IPv4 and sometimes i get IPv6, how can i get both(if both are available)
Mirco
So ask what you wanna know instead of useless meta questions 🙂
Ankit
What is Django?
I don't know I want to know a person who knows django 😁
Bheeshma
🤦‍♂ ruined my sarcasm
محمد دلشاد
ask whatever u want but to the topic not some meta stuff like this
Ankit
Ok
Ankit
Sorry
GNUsys
Sorry
How can I help you?
Ashok
I am using django-oauth2-provider, it uses oauth2_grant, oauth2_token tables(postgresql) now I am suited to replace django-oauth2-provider with django-oauth-toolkit. when I am trying to do that I am getting Reverse accessor for 'AccessToken.user' clashes with reverse accessor
Ashok
any idea guys?
Ashok
seems both are trying to access same table
Ashok
oauth2_provider.AccessToken.user: (fields.E304) Reverse accessor for 'AccessToken.user' clashes with reverse accessor for 'AccessToken.user'. HINT: Add or change a related_name argument to the definition for 'AccessToken.user' or 'AccessToken.user'.
Anonymous
Read this if you are trying hard and not getting internship in web dev , this is my personal experience and through this I got many internships. ------------------------------------------- https://medium.com/@arpitmishra61/top-5-tips-on-how-to-get-your-first-summer-internship-in-web-development-part-1-28f7fae5eecf
Anonymous
Hey how to import forms.py in html template tags
Cheap
Hey how to import forms.py in html template tags
action= {% url ‘your_url_which_handles’ %}
Anonymous
I have made a add to cart form 😁 that's why
Cheap
Thanks
Sorry there was little error, it should be path to url, by mistake i wrote view
Anonymous
In general.... Anyone interested in blogging and want to have its own website can dm me!🙂 With a full fledged course (SEO,SMO..Etc)!! Also you will get to earn Google, HubSpot, GoDaddy certificates🙂🙂
Anonymous
But by url you mean?
Cheap
Cheap
if you are using tag {% url ‘’ %} then use name of url, else full url you used in urlpattern
Bunty chhatri wala..
Im using user auth.. Set up login and logout url in html like this.. <a href = "accounts/login"> <a href = "accounts/logout"> everything is working fine.. but When i first click on Login it goes to the page..and url is like this: 127.0.0.0:8000/accounts/login but without login when i again press on login..my url becomes like this.. 127.0.0.0:8000/accounts/login/accounts/login And when i press Home icon url goes like this: 127.0.0.0:8000/accounts/login/home What is the issue?
Bunty chhatri wala..