I just start a django-fairy project for django 1.3.1 here: https://github.com/goFrendiAsgard/django-fairy It is just a simple (but I think useful) python script that can help django newbie to develop everything faster. The basic idea is:
- When you make a view, usually you will make respective url and template
- When you make a model, usually you will register it on admin
So that it would be more fun, if there is a way to do such a things in a simple way. I want to make sure if what I do is right.
So these is my questions:
- Do you think that such a project is useful for community?
- Is it violate django (and python) philosophy?