Skip to content Skip to sidebar Skip to footer

Django Models And Oop Design

I wrote a quest system for an online game. My quests are serialized into json objects for a JavaScript client that fetches those quests then from a REST backend (I use django RestF

Solution 1:

You should put the methods of the Quest class on the model itself and get rid of the Quest class.


Post a Comment for "Django Models And Oop Design"