|
|
|
|
|
by lucasvo
6301 days ago
|
|
Django useses this Approach:
app/
---- models.py
---- views.py
---- urls.py
---- admin.py
etc. etc. I think it does indeed make more sense. Though the difference is not that big except for one case: Reusability of the code, that way you can easily just copy the directory to another site. |
|