Aditya Bagayatkar

Results 3 comments of Aditya Bagayatkar

First we have to create the loader style : .loading-spinner-container { display: flex; justify-content: center; align-items: center; height: 100vh; } .loading-spinner { border: 4px solid rgba(0, 0, 0, 0.3); border-top:...

Here I have added in base html template file. This facilitates checking on the result tab if another user votes in real time.We need to be sure that this tag...

I have created new models such as Gender, City, User, UserProfile, Event, UserMeeting and SettingModel to give simplified outlook to the convoluted Django models from django.contrib.postgres.fields import ArrayField from django.db...