mst / whatsupcoming

2 stars 0 forks source link

Fix the project structure #5

Open mst opened 12 years ago

mst commented 12 years ago

I don't like my approach to place source into the project. It's very random, e.g. the parser is within the models, views, ... although it is a different concern.

As well as the parser knows about django models, so changing the model leads to changing the parser.

The templates should live within its app.

Third party apps should be visible as such.