[Answer]-Namespace django app names

1👍

Create a python package mycompany (i.e. folder with init.py file inside), inside create package app.

There is also namespace term in django urls, can be noticed in calls like reverse('namespace:view-name'), here is the doc for these: https://docs.djangoproject.com/en/1.7/topics/http/urls/#url-namespaces

Leave a comment