How can I scale my application to different teams ?

2021-11-30 Thread Kumar Gaurav
Hello All, I have a recognition portal where people can post recognition for their team members. It is being used within one team only at present. Now I want to scale it to other teams but I want to render only the content specific to their team coming to the portal. Means If I am from Team A ,

Preview of Form

2021-05-29 Thread Kumar Gaurav
Hi All, How to show a preview of the form filled before submitting. I don't want to edit the form in preview but just to see how it will be submitted. Can Django form tools will help or should I use Jquery or Javascript for this purpose. Please suggest a better solution. Thank You -- You r

Disable Notifications while Screen Sharing .

2021-03-22 Thread Kumar Gaurav
Hi Everyone , This is not a Django Question, Just need your inputs. I want to Disable all the pop-up notifications (like slack messages, chrome etc.) from the windows action center only when I am sharing my screen during online meetings. The application can be anything like Google meet , cisco

Re: File Input from User

2021-03-19 Thread Kumar Gaurav
18 PM UTC+5:30 pankajpal...@gmail.com wrote: > yes you can do just make one anchor tag and call view asynchronously*(using > ajax) *so that particular set of image is shown and then prepare logic > for selecting image and submit the form as you do > > On Fri, Mar 19, 2021 at 1

File Input from User

2021-03-18 Thread Kumar Gaurav
Hi Everyone, I have a social media kind of portal in Django where user can post an image and write something. Earlier for image , I used input type=file so that user can select image from there system . But for my requirement, now I want the user to to have an option to either upload or select

How to give select images option in django model forms ?

2021-03-14 Thread Kumar Gaurav
Hii Everyone, I have a Model Form, one field is to upload image. Right now , user can select images from their system and upload but I want to give a certain number of images as a dropdown option (showing the images in preview) to select from. How can I implement this ?? and the best solution

Notification System

2021-02-15 Thread Kumar Gaurav
Hi Everyone, I have a LinkedIn kind of portal where I want to implement Notification system. It is only used within a team. I want to send email notification to all the members whenever a new post is posted. What is the best way to implement this in Djnago ?? Thank You!! -- You receive

How can I use my Company SSO(Single sign On ) for login into my django application ??

2021-01-27 Thread Kumar Gaurav
Hii , My users come to my django application after authenticated from company SSO. Now , I don't want to create my own authentication model. I just want to login the users who come to my page from the requests storing the details. Anyone know how to implement this ?? I am stuck on it from last

Employee Recognition Portal in Django

2020-10-06 Thread Kumar Gaurav
Hii All, I have a build an Employee Recognition Portal for a company , where any employee can recognize any other employee and everyone can see the post and parallelly like and comment on the post. Recognition could be a vote of thanks, good work, badge, achievements etc. If somebody has a