Skip to content
Discussion options

You must be logged in to vote

Since this question was upvoted by a few people and there was a duplicate question asked today, here it is (assuming you're using Docker):

  1. Add dependency to the relevant requirement file (base.txt, local.txt or production.txt)
  2. Rebuild the relevant docker images
  3. Restart the containers

if you're not using Docker:

  1. Add dependency to the relevant requirement file (base.txt, local.txt or production.txt)
  2. In your virtualenv, run pip install -r local.txt
  3. Restart your Django server (and Celery, if apropriate)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by browniebroke
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants