Mirco
?
if you don't share any logs or error , it's hard to help ya
Bunty chhatri wala..
login, signup with JWT authentication. The above can be done without Django Rest framework?
Aishwarya
Can someone tell, reason for import error
Aishwarya
It says cannot import from rest framework
Anonymous
What exactly ur trying to import?
Subhajit
Hi guys do you have any idea on how to make an attendance tracking application
Subhajit
We can track attendance day wise and we have to show it in a time sheet
Aishwarya
Trying to import a class model
LinuxBugs
Trying to import a class model
Need more info than this..
LinuxBugs
Hi guys do you have any idea on how to make an attendance tracking application
Make a student model..and attendance model based on day ... Track it and you can run a Cron job to make it as excel
Anonymous
If you don't share the error , it's hard to help ya
Page not found (404) Request method :GET Request Url:http://127.0.0.1.8000/ Using the url conf defined in myclub_site. Urls 1.admin/ 2.events The empty path did not match of these You are seeing error because you have DEBUG=True in your django settings file change that to false and django will display a standard 404 page
LinuxBugs
No I want to show it in the UI based on day wise
You can show it.. So basically you have to write custom views for it. Else you can Also use Django admin for the same.
LinuxBugs
So I always had this doubt. How do we handle the views where the code inside it takes much time. Do we have to send notification to user and handle it as a background process and if so is there a setting for having a time out of rendering the view? And if the time out is breached we can handle the exception in Backend and fire an event for notification?
Karan
I want to make model for summarised notes where some times sometimes instance two layer sometimes 3 layer sometimes 4 layer abstracted. Should I use ForeignKey to self or there some other way. 1.35.6 1.35 1.2.46.1 I want to make one model for this type of categorised content. Please help me.
Dhruva
I am not able to get static image
Dhruva
<img src="{% static "images/notes.jpg" %}" alt="notes" />
Jai
Use ' inside "
Dhruva
Ok let me try
Dhruva
Thanks
Jai
You're welcome! :)
Anonymous
do anyone has let us python book pdf
Rohan
do anyone has let us python book pdf
From what I understand by your message, you're asking for a book's pdf that is paid?
Rohan
We don't support piracy here
Rohan
https://www.amazon.in/dp/9388511565/
Anonymous
do anyone has let us python book pdf
Go for documentation cits good
shekhar
how can i generate access token using refresh token with oauthlib or any other libraries
I'm
I want to stay on the same page after clicking on OK button of Javascript alert box. But now I am struggling to set that l. Anyone knows how to implement it
Anonymous
From what I understand by your message, you're asking for a book's pdf that is paid?
all books are not paid we get enough books pdf online with free of cost , so don't judge everything samne okk
Rohan
Piracy is piracy.
Anonymous
*slow claps*
oo thanks
Mirco
??
Stop forcing users to answer, when someone has time you will get an answer
Mirco
Mezcla
Hi
Mezcla
is anyone here has sample code to make the page that has bootstrap dual list box? i want to implement the group permission like in the admin page from front page
Mezcla
i dont know how to implement the edit function especially make the list box has previous (saved) value
DK
In web browser Opencv with django or flask, which is best???
shekhar
if i have my access token and refresh token ,and access token expires after every 60 minutes ,how can i use my refresh token to generate new access token after expiration ,can it be done using oauthlib ,if yes then how?
Anonymous
Hi I used CKeditor for a blog post, I don't know why it's showing horizontal lines in the browser need help! can i share pic over here?
Jay
has anyone integrated stripe payments recently, can someone suggest me the best and fastest method to implement it with Django?
George
stop
George
!meta
Doragonsureiyā
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
shekhar
I used django-simplejwt and it works perfectly fine
can u pass some blog or snippet of code?
Jay
can u pass some blog or snippet of code?
Use this tutorial it works https://simpleisbetterthancomplex.com/tutorial/2018/12/19/how-to-use-jwt-authentication-with-django-rest-framework.html
shekhar
Jay it's working
Jay
Why are you sending request to googleapis, what are you trying to do?
Mirco
If you are trying to login with Google , there are packages with all u need for
Holla
am having this error for few days know google coundnt help
Holla
FieldError at /user/workd Cannot resolve keyword 'data_posted' into field. Choices are: author, author_id, content, date_posted, id, title
Holla
and this is the hole error snippet
Holla
https://pastebin.com/pd0RpKEw
Abdul💀
Hello Guys...Am a beginner python programmer and I want to get started with Django What resources do you guys recommend I use?😇
Holla
The field is date_posted not data_posted into your model
oh date_posted = models.DateTimeField(default=timezone.now) it seems right but were the hell is data_posted
Abdul💀
Jay
+1 to Stripe
did you implement their core API or using some third-party libraries?
shekhar
how can i update a value at particular [row][column] in sqlite database
Omar
Hello fellows, I have a choice list in my model class say, class Registration. I want to access the same choice list in another class say, class Admission without typing everything again. How do I go about it? I've commented out where I want to reference the choice list in the link: https://pastebin.com/iVh0z2RY
Frank Florentino 🇵🇪
How to execute django crontab inside container
Frank Florentino 🇵🇪
?
Frank Florentino 🇵🇪
Ive read that i have to configure crontab in my host
Frank Florentino 🇵🇪
Some example plz
shekhar
anyone who has deployed the app on ibm?
Anonymous
Ive read that i have to configure crontab in my host
Instead of host, do it in the container
shekhar
Why?
i need to ask for the resources u followed while deployment
Anonymous
i need to ask for the resources u followed while deployment
IBM is a brand. What are you deploying on? VM? Container?
Mezcla
You need to think about it as a list
Noted, do you have sample code? Or article references? Especially populate the initial value when do update. Thanks