Skip to content

Files

Latest commit

0f016bf · Aug 9, 2020

History

History
This branch is 2 commits behind python-discord/summer-code-jam-2020:master.

efficient-eagles

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 9, 2020
Aug 9, 2020

Efficient Eagles

Social media app that will bring back those good old days.

How to set-up

Build containers:

docker-compose build

Apply migrations:

docker-compose run web python manage.py migrate

Load fixtures:

docker-compose run web python manage.py loaddata data.json

How to run

docker-compose up