I like to keep my Django app organized and so I wonder where I should put the code of forms in? Should I write the code in the models file or should I create a new file (i.e. forms.py
)?
Does Django have any guidelines for that I should use follow and where do most of the other developer put the forms in?
Asked
Active
Viewed 100 times
1

Matt3o12
- 4,192
- 6
- 32
- 47