Age | Commit message (Collapse) | Author |
|
|
|
- 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
|
|
- Modify paths in the script to avoid backslashes for cross platform compatibility
- Fix README based on feedback
|
|
|
|
- Modify the requirements to separate the requirements for code server
- Modify the docker file
- Add a script that runs within the docker instance
|
|
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.
|
|
- `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.
|
|
|
|
|
|
|
|
|
|
- Add load data command with settings.py path
- Modify Manifest
|
|
|
|
- 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
|
|
|