May 2023 - Current
Textual
May 2023 - Current
Wagtail 5.0
Jul 2022 - Current
Farengi's The Great Continuum
A fun Star Trek themed site called The Great Continuum: a Ferengi Craig’s List dupe, which at this moment is just a re-skin of the out of the box starter blog—which you can access here. I show you in the Make It Yours section, what the developer experience looks like.
Jan 2022 - Current
Wagtail 2.15 + Vue 3.0 demonstrating headless Wagtail
Separated between frontend LCARS
and backend wagtail
. Django Rest Framework
handles the API routes wagtail/LCARSAPP/api.py
wagtail/LCARSAPP/urls.py
. To learn more about Vue + Wagtail check out: Headless Wagtail Demo. The frontend vue application accesses this in LCARS/http-common.js
and LCARS/src/services/DataService.js
with axios.