Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 551 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 551 Bytes

drfthai

DRF Thai is a prototype webapp that I wrote for Thai language, re-written to use Django Rest Framework. Originally the data was a hard-coded javascript object, but now it gets stored via DRF to sqlite3 database. The DRF part is just the DRF tutorial changed from "snippets" to "phrases" (thai phrases).

installation

create a virtual environment download this repo into that env setup django and deps according to requirements.txt run w/ django dev server: ./manage.py runserver

test 1234