Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

523
Views
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 answers
Answer question

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 Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!