←back to thread

439 points david927 | 2 comments | | HN request time: 0.416s | source

What are you working on? Any new ideas which you're thinking about?
Show context
zelphirkalt ◴[] No.44417595[source]
Completely statically rendered web app vocabulary trainer. Probably just for myself or maybe a few friends. Or for anyone who wants to run it on their server or local machine. I am using Django and Jinja2 for it.
replies(1): >>44417710 #
1. vhantz ◴[] No.44417710[source]
Posted it anywhere?
replies(1): >>44421892 #
2. zelphirkalt ◴[] No.44421892[source]
It is still very much WIP, and by that I mean, that any changes in model or "architecture" could still happen, but here you go: https://codeberg.org/ZelphirKaltstahl/web-app-vocabulary-tra...

Currently working on getting filtering working and it might require me to change the model again significantly.

And no worries about "credentials" in the repo. It is all just dummy data.

Currently one needs to employ the Django admin to add data to the database. I might add another way later. Or an ability to import JSON files or something.