Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

259
Vistas
Where to put apps in Django?

Django documentation version 1.11 states:

Your apps can live anywhere on your Python path. In this tutorial, we’ll create our poll app right next to your manage.py file so that it can be imported as its own top-level module, rather than a submodule of mysite.

Does this means that this is the recommended location for apps? Why is it that this is being recommended in the first place? What is the advantage of having the apps available to be imported as its own top-level module rather than a submodule of mysite?

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

There are basically two kind of apps: your own project-specific apps, and generic reusable ones. Examples of reusable apps are the Django contrib's "admin" and "auth" apps. But there are hundreds of third-part reusable apps on the net, ranging from a couple helper functions to full-blown CMS or e-shop solutions.

The project's root is of course the obvious place for your own project-specific apps. Third-parts are usually installed as python packages (Django apps are python packages) in your virtualenv.

over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda