49
loading...
This website collects cookies to deliver better user experience
BEGIN;
--
-- Alter field name on player
--
COMMIT;
forms.py
file, however since forms are merely a method of styling a view, it makes more sense to put each form at the top of its view. You will be working on the view and the form at the same time, so if your models.py
becomes too cluttered, you may transfer some of your models into a second model file. That's true, your models don't all have to be in the same file.