Anonymous
https://simpleisbetterthancomplex.com/tutorial/2019/04/07/how-to-save-extra-data-to-a-django-rest-framework-serializer.html
Anonymous
Is it possible to get models created wrong by doing "inspectdb"?
Manish
hello guys
Manish
how to serialize class to json
Théau
Amirul
I wouldn't say its lighter, but definitely easier to use
Anonymous
Hi all
Anonymous
I have started my work in Django ...I can upload files onto the server but I am not able to download the same files back onto my local system
Mirco
Anonymous
I created a small form in html
Mirco
Use pastebin or something like that pls
Anonymous
Sending media is not allowed
Anonymous
Anonymous
https://pastebin.com/MdE0kJfy
Mirco
Anonymous
Declare?
Anonymous
Yeah
Anonymous
To upload in bulk
Anonymous
Leave about that
Anonymous
Tell me how to download same in bulk?
Anonymous
How to start learn django..? Any resources..?
SENATOR ARMSTRONG
Anonymous
I started django with YouTube channel coding for entrepreneurs.. Video teach along with building a website.. But I m getting stuck nd feeling it bit hard to understand sometimes...
Anonymous
Django official site
Yeah already referring that along with tutorial videos... Self learning is hard
Anonymous
Anonymous
Mirco
Anything is ok
https://stackoverflow.com/questions/12881294/django-create-a-zip-of-multiple-files-and-make-it-downloadable
Could help ya
Anonymous
Can you please give me solution in easy way?
Anonymous
As my question?
Mirco
If you wanna something to copy and paste , you always have Google 👍🏻
Aadhi
How we can pass the value of a variable from one view to another?
007
Rajab
Aadhi
I mean different view funco
Aadhi
Functions
Aadhi
One view function to another
Mirco
Mirco
Aadhi
I used sessions to store a value in one of the view function. And I need the same value inside another view function
Mirco
Aadhi
Okay. Thanks bros. Let me try it now😊😊😊
Rajab
?
🤦♂🤦♂🤦♂sorry
Anonymous
Hi
Anonymous
Trying to build a a test application for school and I'm having an issue with Student-Lecturer relation problem
Anonymous
I want to send a screenshot but its not allowed in this group
Anonymous
Please help
inchidi
thanks
Anonymous
MrBizor
hello
Titus Joyson
what was the issue
Mirco
Anonymous
Mirco
Veeran❤️💜 try to ask into a Linux group
Anonymous
Plz I need tutorial for using nodejs with Django
Mirco
cj
Guillermo
The tutorial from the official docs it's good
Nichita
Hi, I have related_name in models, and I need to call serializers for this fields. But I have an issue, I have four serializers in one file, and at least once field can't serialize because serializer called before assignment. I need to separate serializers in different files or how can I solve this?
George
Piracy is not allowed in this chat
Anonymous
Juris
Situation: Django default authentication (not modified) issues the same token over and over, but recognizes it as invalid.
I've written literally no code for it, except the HTML templates.
Question: How do I make it issue new tokens, instead of repeating the same (expired/used) token?
Juris
Thanks in advance :)
Mirco
Juris
Bear with me; I'm new and stupid.
I'm using Django 2.2 from a Bitnami Django stack with pycharm. I'm not sure how/where the REST framework comes into this.
Juris
following this guy's tutorial:
Juris
https://www.youtube.com/watch?v=JBhpo0o1Ajg&list=PLLxk3TkuAYnryu1lEcFaBr358IynT7l7H&index=6
Mirco
Juris
https://pastebin.com/ZjXXDbfC
Juris
I am, yes.
Juris
https://pastebin.com/vkKe0w5u
Juris
Yes, it always goes to 'Token invalid'
Juris
My assumption is, because I've followed the generated link once, it has invalidated the token;
Every time I click the 'request new token', the 'django.core.mail.backends.console.EmailBackend' sends out the same email, with the same token;