Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 338 Bytes

This is a meant to serve as a website for the Seediq dictionary.

Setup

  1. Run docker-compose up -d

  2. Enter web container: docker-compose exec web bash

  3. Input initial files

    from core.utils import load
    load()

Troubleshooting

AppRegistryNotReady error

import django
django.setup()