Code review comment for lp:~dholbach/harvest/656217

Revision history for this message
Daniel Holbach (dholbach) wrote :

> Do we need to worry about local_settings.py changing PROJECT_PATH?
> If we do you'll want to move those new variables in settings.py down, below
> “from local_settings import *” (line 147).

I think it's fine if they get overridden in local_settings.py - it should be the only place where variables are changed.

« Back to merge proposal