Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 936 Bytes

File metadata and controls

24 lines (17 loc) · 936 Bytes

Float: The Content Management System No One Asked For Build Status

Setup

  1. git clone and cd into the repository
  2. run docker-compose up to build the image
  3. any source code changes changes will be reflected in the docker containers...
  4. access ui on localhost:8000
  5. access api on localhost:3000
  6. happy editing!

Fixutres

Recreating Fixture Data:

python manage.py dumpdata  > apps/float/data/fixtures.json --indent 4 --exclude=auth --exclude=contenttypes --exclude silk
python manage.py loaddata  apps/float/data/fixtures.json

Contributing