Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

youyongsong/timelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timelog

A django app that logs work time.

Development

  1. Build the dev image:
make build
  1. Start the dev shell:
make shell
  1. Publish image:
make publish
  1. Run server:
make server

Deployment

  1. make sure file /var/timelog/timelog.db exists.
  2. download the docker-compose.yaml from this repo.
  3. use docker-compose up -d to start the timelog service.
  4. exec into service using docker-compose exec timelog sh, and run python manage.py migrate to setup the tables, then run python manage.py createsuperuser to create admin.
  5. down.

About

A django app that logs work time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published