Martín
Did you realise about that?
Well, Django uses an ORM, so in Java it would imply using Hibernate
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?
Денис
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.
Денис
In backend.. can you please share the link?
No, I have no solution for you
Nimish
I have made the app as described by linkedin after making the page
Денис
In documentation i reffered they have not explained specifically for django
But there's no difference how to get user data from linkedin whether you use Django, Flask or anything else. API is the same. It only differs how you save the data, and here I don't understand what you want.
Денис
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
Денис
Денис
again, Google is better than me
Nimish
again, Google is better than me
I am making it college specific so legitimate data is required
Денис
Will its documentation help me also about saving the data in models?
Saving the data in models should be among the first things you should learn in Django. You should know it well. And Django docs is a good helper. Don't be lazy to read.
Денис
saving the data is about parsing JSON/XML to your model objects.
Ghorz
which of the library
https://github.com/mymi14s/django-paystack
Виктор
Hello to all. how to prevent patch someone else's entries in djangorestframework?
Виктор
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?
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
My project django with graphql
Maja Baki
Pls help with blog theme
Anonymous
Pls help with blog theme
https://www.w3schools.com/w3css/w3css_templates.asp
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
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
Martín
is anybody here who have strong knowledge with django forms? plz help me to solve my problem
In these chats you should just directly tell your problem. The forms expert will arise among 4821 people
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
Anonymous
How can I redirect to the same page after Form submission. Be I want to display the message
Anonymous
How can I redirect to the same page after Form submission. Be I want to display the message
if you don't put any values inside the action attribute of form, it redirects itself to the same page, just catch the request using POST method maybe
Anonymous
I want to display only the Success message how can I use if condition. Can I use {% if message.tags=='success' %}
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?
Yoi
Did u import views yet ?
Yeah can i dm the image?
SuperN00b
Yeah can i dm the image?
It's better to show ur img
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
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
?
.
It won't probably be much faster
How was this website made?
George
How was this website made?
How do you expect me to know?
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