24
Jul
How to split views.py into a directory (Django, Python)
So, I’ve been doing some Django programming on the side, and the thing that annoys me is that Django forces you to put nearly all your source code into 2 files: models.py and views.py Being a reasonable person, I wanted to have a separate file for each view in my system. In other words, I [...]
Continue Reading →