Adam Pajkert

Results 4 issues of Adam Pajkert

- Project structure cleanup - 320x200 256 color VGA MODE - 8x8 basic fonts (can be extended) - Colorful graphical background and debug text ![screenshot_2017-06-10_23-53-33](https://user-images.githubusercontent.com/15057129/27006658-211a83e8-4e3a-11e7-860e-3895d6f12468.png)

Hi, I've updated project website. Hopefully you will like it ;) There's a lot of room for improvements, as you might see at my `TODO:` comments, but I think it...

Field `div` could have `id` allowing easily hooking up some javascript. For example I have field with `id="div_id_expire_date"` then we can hook up calendar with some properties like `minDate` or...

Initial `ChoiceField` value is ignored when it's type equals `boolean`. Works flawlessly with `string` for example `initial="False"` passed.