This is a test application for evaluation of knowledge and experience of Python/Django developers.
-
Get runserver working
- Fix bugs so widget module's data will show up on the homepage
-
Code review: Look for code errors, syntax, bad patterns, anything that catches your eye.
-
Login to the Django Admin.
-
Improve Admin interface for widget module to be more usable.
- Make Thingsters editable on ThingsterAdmin list screen.
-
Add inline admin for parent model to edit/add/remove children.
-
Write a unit test which exercises the widget list and view pages.