Age | Commit message (Collapse) | Author |
|
|
|
This currently fails when multiple threads ask for a code evaluation at
the same time.
|
|
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
|
|
While running the command `pip install -r requirements.txt` the following error is observed:
"InvalidRequirement: Invalid requirement, parse error at "u',' "
Fix:
Removed ',' after each module name in requirements.txt to fix the error.
|
|
|
|
- upgraded django-taggit to 0.18 from 0.12.2
- added fields attribute in django forms, mandatory in django 1.9
- get_profile attribute of User object deprecated, used hasattr instead.
- Template settings changed in django 1.9, all template related settings
at one place.
- Support for string view arguments to url() is deprecated, so passed
callable views instead.
- django.conf.urls.patterns() is deprecated, updated urlpatterns to a list of
django.conf.urls.url() instances instead.
- django.utils.unittest is deprecated, used unittest instead.
- made changes in requirements and setup files
other
- added quiz prerequisite required as false in forms, so that the quiz
is added without any prerequisite.
- Time zone settings not implemented.
|
|
- Install script: Add code server launcher
- Add requirements.txt
- Edit README to fix changes/errors
- Remove jquery v1.11.3 and add v1.4.2
- Edit initial_data.json
|