summaryrefslogtreecommitdiff
path: root/yaksh/middleware/user_time_zone.py
AgeCommit message (Collapse)Author
2020-04-01Fix custom middleware according to django 3adityacp
2020-02-28Bump django to the latest versionadityacp
2018-06-07Pep8 changesadityacp
2017-04-07Change Default timezone from UTC to Asia/Kolkataadityacp
2016-07-09oauth implementedprathamesh
User can login via google and facebook. If user logs in from google and then later the same user logs in from facebook, then he will be considered as the same user if the email registered on facebook is of gmail. User profile will be created when user logs in via facebook or google. In yaksh pipeline, user.py is used to create profile. Pipeline settings is defined that defines the functions to be executed during oauth. Used bootstrap social and Font Awesome for UI design
2016-05-17comment changesadityacp
2016-05-12changes in travis.ymladityacp
2016-05-12display datetime as per user timezoneadityacp