Age | Commit message (Collapse) | Author |
|
- Modify demo_settings.py and add new production settings variables
|
|
|
|
This does not seem necessary to test yaksh and run it with sqlite.
Production deployment should really use a separate requirements file.
|
|
|
|
|
|
- Add social-auth to setup.py
|
|
|
|
- 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.
|
|
|
|
|
|
- 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
|
|
|
|
|
|
- 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
|
|
Conflicts:
testapp/templates/demo_urls.py
|
|
- 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
|
|
|
|
|
|
Added mysql-python and versions to various the packages.
|
|
|
|
|
|
|
|
|
|
|
|
pip install [git repo], this command will automatically run this setup
file.
|