tolkienIpsum
A Tolkien-themed lipsum generator built with Django
Teaching myself Django with this. Maybe it's overkill for this project, but you have to start somewhere!
If you want to try it out just make sure you have python3 and django installed and do
$ git clone https://github.com/flyingfisch/tolkienIpsum/
$ cd tolkienIpsum
$ ./manage.py runserverThen go to http://localhost:8000/generator/10/5/15 in a browser and check it out!
Directories
- generator -- the lipsum generator resides here
- node_modules -- just modules that grunt loads, not sure it is even necessary to keep in source control, but leaving it there to be safe
- static -- static files go here. In production these will be stored on a CDN
- tolkienIpsum -- where the urls, settings, and stuff are handled. Since this is my first django project, I'm not sure if the ui folder should be merged here as well. May do that sometime in the future.
- ui -- this is where the UI lives.