summaryrefslogtreecommitdiff
path: root/yaksh/scripts
AgeCommit message (Collapse)Author
2018-07-25Remove yaksh climaheshgudi
2017-11-14Multiple minor fixes :ankitjavalkar
- Fix README instruct to run docker container before running django server - Add messages after commands execute succesfully - Touch a new file to denote successful running of code server
2017-11-09- Add explicit write permissions to output dirankitjavalkar
- Modify paths in the script to avoid backslashes for cross platform compatibility - Fix README based on feedback
2017-11-08Add further changes to invoke script and yaksh-scriptankitjavalkar
2017-11-08- Add a pyinvoke based script for running the django server and code serverankitjavalkar
- Modify the requirements to separate the requirements for code server - Modify the docker file - Add a script that runs within the docker instance
2017-03-13Added migration commands to the script.prathamesh
Removed migrate with run-syncdb argument because this does not create migration files, so further migrations become difficult. Model changes are detected by make_migrations and the migrate command applies those migrations. This is done every time when user runs a demo. There is no harm in doing so.
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