Martín
Almost compulsory
godmode
Ow so at least to use the same tech that Django uses in Java you gotta use Minimum ORM - Controler (Spring) , JSF Templates.... 3 ir 4 tools, that makes Django powerfull
Martín
I would like to have more easiness in Django to use raw SQL, and you can, but in the end the coupling among forms, models and ORM is so big that it makes it difficult
Nimish
How to use linkedin api to get the user details upon his confirmation?
Nimish
Денис
How to use linkedin api to get the user details upon his confirmation?
what do you mean "how"? In frontend or in backend?
Read Linkedin API docs and use it as described. In frontend, with Javascript and it's not about Django at all. In backend... well, you'd better write a separate script updating user data in the background rather than do this in Django views.
Nimish
Денис
Nimish
I have made the app as described by linkedin after making the page
Nimish
Денис
but basically, you should execute linkedin API requests in the views, as this will slow your response speed down.
Nimish
I am making an web app for which i want the user to login with their linkedin account and i want to save that data in my database and i am doing all this stuff in django
Nimish
Денис
Денис
again, Google is better than me
Nimish
Денис
saving the data is about parsing JSON/XML to your model objects.
Ghorz
Виктор
Hello to all. how to prevent patch someone else's entries in djangorestframework?
Gio
Виктор
In this model any user can patch all objects. But i need only own objects
Виктор
Model have user foreign field
Gio
Do You need object level permisions ?
Gio
https://github.com/django-guardian/django-guardian
Gio
This might be helpful
Виктор
Thanks
Raja
while updating the CSS, it not reflecting in the production ? any clue?
XoR
Anonymous
Which framework is better for developing Online Quiz Examination system? Django or Flask
Григорий
Can you help me with something please? I have a regex in url - '(?P<unit_slug>[^/]+)/$', I need <unit_slug> parameter to be equal to anything, except one word. How can I do it using regex? Unfortunately couldn't find anything in google.
Lykheang
Lykheang
My project django with graphql
Maja Baki
Pls help with blog theme
cj
Anonymous
Hey guys
I m doing a project of blogs creation using drf
So for blog description I m using django-ckeditor for rich text field
So I get rich text field but in rich text field it does not give me option of image upload
Has anyone implemented it by just in template?
Anonymous
you may use RichTextUploadingField
Anonymous
R
Huh, when i asked about this exact thing in 2001 at a new work place, “guys” was considered gender neutral by all my coworkers, even by HR.
Archie
is anybody here who have strong knowledge with django forms? plz help me to solve my problem
Anonymous
you may use RichTextUploadingField
I have used that field only and in serializer field I have applied ckeditor class but still don't know why I am not getting upload image option
Pixelated
Guys I have been using Django for almost a month now, coupled with bootstrap. My peers are looking to switch to react, does it work well with existing Django.project, if made into a django rest framework
Leonardo
guys, i added depth=1 to my serializer, but im getting django.db.utils.IntegrityError: NOT NULL constraint failed now when i try post, put or delete
Arturo
put the model code
Anonymous
🤮
Mix it with bootstrap and you will get something Amazon
cj
Anonymous
How can I redirect to the same page after Form submission.
Be I want to display the message
cj
Anonymous
Anonymous
Anonymous
I want to display only the Success message how can I use if condition.
Can I use
{% if message.tags=='success' %}
Anonymous
Anonymous
just respond to the request with your message inside the method that accepts the form
Anonymous
Ok thank you
Tanjiro
Hey I am uploading multiple CSV files and pushing the data from CSV to postgres database. After uploading like 3 or 4 files, I'm facing Conncetionabortederror winerror 10053. Can anyone help me with this!
Yoi
In html form tag {% url "myapp.views.login"%} is this valid?
The error says error during loading this template and asks did you forget to register or load this tag?
SuperN00b
Yoi
carson
Can someone help me .
I don't know why Form is not rendering.
http://dpaste.com/15N7EYC
Anonymous
Hello I have a linux mint system. How do I install python 3
Anonymous
And I'm trying to install pip on my terminal but terminates due to issues of authentication
Anonymous
How do I disable authentication
.
https://www.storysaver.net/
With this website you can download instagram stories and featured posts.
User login is required to download an instagram story or a featured post.
It works very slowly when I do the same with selenium django.
How is this website background works?
How can I do this with django selenium
Gives results in less than 3 seconds
George
Hardik
Category Master with CRUD operations
2. Product Master with CRUD operations. A product belongs to a category.
3. The product list should have pagination on the server side, which means extract records
from DB as per the page size on the view.
So if the page size is 10 and the user is on page
9 then pull only records from 90 - 100.
Hardik
I want to make this django project anyone help me how to do this
Hardik
?
.
Anonymous
I want to add voice and video calling feature so how can i do that need help
Thanks in advance
Martín
What you are looking for is deployment knowledge