summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2021-03-25Bump django from 3.0.7 to 3.1.7adityacp
2020-07-02Update setup.pyv0.21.0Palaparthy Adityachandra
2020-03-19Remove usage of module sixadityacp
2020-02-28Bump django to the latest versionadityacp
2019-09-27Release 0.11.0 related changesankitjavalkar
2019-01-29Update django to 1.11.18prathamesh
2019-01-11Fix dependency version incompatibilityankitjavalkar
2018-07-25Make pep8 changes in setup.pymaheshgudi
2018-07-25Remove yaksh climaheshgudi
2018-04-02Bump up Django version to 1.10ankitjavalkar
2018-03-23Update files for release 0.8adityacp
2017-11-15Update setup.py for PyPI release.maheshgudi
- Update release date on changelog.txt
2017-10-09- Add dependencies to setup.py fileankitjavalkar
- Modify demo_settings.py and add new production settings variables
2017-03-15Add version to online_test/__init__.pyankitjavalkar
2017-01-31Remove forced dependency on mysql.Prabhu Ramachandran
This does not seem necessary to test yaksh and run it with sqlite. Production deployment should really use a separate requirements file.
2017-01-04Fix management commandsadityacp
2016-10-03change setup.py with py 3adityacp
2016-07-25- Fix syntax highlighting for c, java, shell and scilabankitjavalkar
- Add social-auth to setup.py
2016-05-12added pytz in setup.pyadityacp
2016-04-11Migration from django 1.6 to django 1.9prathamesh
- 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.
2015-10-13Release specific changesankitjavalkar
2015-10-08Minor changes to setup.py and README.mdankitjavalkar
2015-10-07Clean setup procedureankitjavalkar
- Make corresponding app name changes in script - Change app name in setup.py - Minor changes in Readme, it is now split into quickstart & production - rename install script
2015-09-15Remove testapp dir, remove reference to testapp in paths, filesankitjavalkar
2015-09-14Change app name to 'yaksh'ankitjavalkar
2015-08-03- Install script: Add subcommandsankitjavalkar
- 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
2015-08-03Remove taggit-autocomplete app, make pip compatibleankitjavalkar
Conflicts: testapp/templates/demo_urls.py
2015-08-03Modify installer script and cleanup;ankitjavalkar
- Add __init__.py - Add templates dir to MANIFEST - Add persistent store for project details - Modify initial_data.json - Fix imports Conflicts: testapp/templates/demo_settings.py
2015-02-18Made changes as per the comments on the PR.prathamesh
2014-09-24minor changeprathamesh
2014-09-23Changes in install requirements.prathamesh
Added mysql-python and versions to various the packages.
2014-08-11minor changeprathamesh
2014-08-11setup.py and readme files updatedprathamesh
2014-08-05Modification in manifiest.in to exlude some files from the testapp packageprathamesh
2014-08-05minor changeprathamesh
2014-08-05testing django-exam app, pip install from gitprathamesh
2014-08-05Placed setup.py in the parent folder.prathamesh
pip install [git repo], this command will automatically run this setup file.