zalmanu / project-spartan

Project Spartan -- hire someone to carry out tasks for you.
GNU General Public License v3.0
6 stars 3 forks source link

Refactor pointless applications #150

Closed vtemian closed 8 years ago

vtemian commented 8 years ago

A django application needs to be reusable. Don't create applications that can't be reuses.

Check:

Try to use flatpages (https://docs.djangoproject.com/en/1.9/ref/contrib/flatpages/), template view (https://docs.djangoproject.com/en/1.9/topics/class-based-views/#simple-usage-in-your-urlconf) and return meaningful http responses (https://docs.djangoproject.com/en/1.9/topics/http/views/#the-http404-exception)