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

524
Vistas
How do I install Python/Django modules?

I know absolutely nothing about Django, but I need to run an existing project on OSX.

From the project directory, I run python manage.py runserver and get the error: Error: No module named cms .

It looks like the INSTALLED_APPS constant (in settings.py) defines the required modules... but how do I install the damn things?

Is there a standard way to install dependencies in bulk (like Ruby's Bundler)?

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

0

you can install all dependencies at once, if there is a requirements.txt file. you just have to run the following command:

 pip install -r requirements.txt

otherwise you can install one by one:

 pip install django-cms

Here is the pip documentation: http://pypi.python.org/pypi/pip

if you are used to Ruby, you can compare it with Ruby GEM

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