Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 630 Bytes

README.md

File metadata and controls

24 lines (12 loc) · 630 Bytes

Test App

This is a test application for evaluation of knowledge and experience of Python/Django developers.

Tasks

  1. Get runserver working

    1. Fix bugs so widget module's data will show up on the homepage
  2. Code review: Look for code errors, syntax, bad patterns, anything that catches your eye.

  3. Login to the Django Admin.

  4. Improve Admin interface for widget module to be more usable.

    1. Make Thingsters editable on ThingsterAdmin list screen.

Bonus points

  1. Add inline admin for parent model to edit/add/remove children.

  2. Write a unit test which exercises the widget list and view pages.