summaryrefslogtreecommitdiff
path: root/yaksh/scripts
AgeCommit message (Collapse)Author
2017-02-02Cleanup yaksh script: fixes #195.Prabhu Ramachandran
- `yaksh create_demo` now just takes a path and there is no project name. - `yaksh run_demo` is now `yaksh run path_to_demo`. - This eliminates the need for the annoying `project_detail.py`, which is now removed. - Many demo projects can be created and run. - Update the README.
2017-01-05Fix cli for python 3adityacp
2017-01-04Change demo settings for yaksh commandsadityacp
2017-01-04Fix management commandsadityacp
2015-10-09minor changes to README post reviewankitjavalkar
2015-10-08- Modify initial fixturesankitjavalkar
- Add load data command with settings.py path - Modify Manifest
2015-10-07Modify fixtures and load them on quickstartankitjavalkar
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