python - Any issues with using ".django." for django applications? -


I know that the dengue applications are usually named as the DJENGO-APP, however, our non-DNS packages Our company is issued under a namespace (e.g., Company.ModulName) Our Django app is currently structured in a "Django" namespace within that namespace (e.g., Company.django.appname).

We are evaluating our structure before releasing the Django app. Despite the internal path structure, do you think a better project name for the Django app will be the conference and why?

  1. "django-company-appname" & lt; - Like more community naming
  2. "company.django.appname" & lt; - Internal structure and non-diesogenogous Python match the package.

    Edit: I make it a bit more clear We are already using namespaces - our demo apps are imported using "company.django.appname". What we are trying to decide, is that if we use to release that app, as is listed in setup.py and listed in PyPI / Github "company.django.appname" Like our other Python releases or if we instead of "DJG-Company-App"

    We use a company for a few degena apps. MozillaMan style namespace

    / code>

    And has worked fine till now.

Comments