Sunday, July 8, 2007

Django TODO (my point of view)

Django is a very powerful and very well done Web framework, but some things are missing - in my opinion -.

  1. Specific way to allow saving multilingual texts on database.

  2. Reporting system.

  3. Another edit_inline mode, with a delete button, and an edit button that links to the item page.

  4. Improve database synchronization and make it create fields in existing tables.

  5. Allow storing files in database


I hope having enough time for contributing to it. Thanks to Django team for that great work!

1 comment:

  1. Yes. edit_inline should have a delete button. :-)

    ReplyDelete