A Django app with routes and logging.
Run the commands below on tarzan root path:
Click here to unfold
- What: prepare environment for
poetryusage: - How:
make prepare
Remark: Make sure to always have the environment activated with command above. It runs the target env, which generates the project's environment. Commands below require activated environment.
- What: clean unnecessary asset files:
- How:
make clean
- What: Run migrations:
- How:
make migrate
- What: create superuser:
- How:
make sudo
- What: build container image and host locally:
- How:
make up
- What: list containers, among them,
tarzan-boxandtarzan-memory: - How:
make ps
- What: bring container image down
- How:
make down
- What: run the application:
- How:
make deploy
- What: perform actions
build,up,migrate,sudoandrun: - How:
make start