walkasjesus / walkasjesus_framework

This is the Jesus Commandments Application which is build in a Python Framework
GNU General Public License v3.0
1 stars 0 forks source link

Refactor the models.py code #67

Closed Ikbengeenrobot closed 4 years ago

Ikbengeenrobot commented 4 years ago

Django starts with a simple setup, one file for all models. However the number of models is growing and growing. I think it is time to split it in several files, one file for each class. (PyCharm has an option 'refactor->move' when right clicking on a class so it should not be too hard).

walkasjesus commented 4 years ago

Ok, you're the brain behind it, so if you think that is good we should do it :)

Ikbengeenrobot commented 4 years ago

Done, I think it looks better now :)