Tag Archives: views

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 … Continue reading

Posted in General | Tagged , , , | 2 Comments