A web dictionary & Wiki for the Pokomo language native to the Kenyan Coast
If you don't have Python and Django installed follow this tutorial.
Remember to create a virtual enviroment from the tutorial above
You need a working postgres database for this project. Save your credentials in a
.env
file
- Install dependancies
pip install -r requirements
- Start the server on localhost
python manage.py runserver
Happy coding!