Skip to content

Django project with the goal to mix and match audio files of 40 popular irish session tunes in an attempt to mimic a live session experience.

Notifications You must be signed in to change notification settings

claytoncook12/40sessiontunes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base Development Django Environment

This is a base development environment for a Django project that uses Docker and Postgres.

Developed from docker documents here.

Docker commands to build and run docker containers

Build the needed files for the Postgres database and shut back down. Will be in DjangoApp/data when run.

docker compose -f docker-compose.dev.yml up -d db
docker compose -f docker-compose.dev.yml down db

Now the database files are created can run all containers.

docker compose -f docker-compose.dev.yml up -d

Notes

Used docker-compose.dev.yml and DjangoApp/Dockerfile.dev file naming so that it highlighted the fact that this is a development environment.

About

Django project with the goal to mix and match audio files of 40 popular irish session tunes in an attempt to mimic a live session experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published