Hello, if this was already discussed before, let me know otherwise, I have experienced a problem formally faced with other languages where everyone has their own of naming their application.
By default creating a django creates a boilerplate that includes apps.py, admin.py, models.py, views.py and the rest but leaving out forms.py, signals.py, urls.py and modules.py but most developers endup creating these files for their specific uses. The problem comes in only one instance where someone names these differently from the convetional way, and it becomes hard to traceback their source code. I suggest they be added with some little docstring for begginers to know what can be done in these files just like in the main urls.py of the project. thank you. -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-developers+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/e862c598-abf3-4695-9327-5c81a910f389n%40googlegroups.com.