Skip to content

HouLinwei/radscheduler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Radscheduler

A rostering program for Radiology Registrars.

Built with Cookiecutter Django Black code style

License: MIT

Back up and restore a database from fly.io

Start a proxy to fly postgres: flyctl proxy 54321:5432 --app app-name

Set env for FLY_DATABASE_URL with credentials.

Download a dump: pg_dump -d $FLY_DATABASE_URL | gzip > backups/first.sql.gz

Restore using docker-compose -f local.yml run postgres restore first.sql.gz

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 72.6%
  • HTML 16.9%
  • JavaScript 5.5%
  • Dockerfile 2.5%
  • Shell 2.2%
  • SCSS 0.2%
  • Other 0.1%