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

Why do you need static categories method? #155

Closed vtemian closed 8 years ago

vtemian commented 8 years ago

You directly use Category.objects.all() or list(Category.objects.all()) if you want the list.

emanuelcovaci commented 8 years ago

Thanks :)