python - ImportError on only one of my two identical sites -


I have two websites that are "almost" clones of each other, in fact, they should be completely clone ( Both the same source code and config, point to the same database).

I am able to work with a site without any problems, even though I am reaching each other, there should be some configuration difference between the cause of this problem, but as far as I I can tell their configuration is similar (to folder / app name and path).

They ~ / sites / meta-d3c and ~ / sites / beta-meta-d3c

For example, here are some configurations:

Meta

  • (

    Beta

    • If there are more relevant configurations, please let me know and I will attach. As an experiment, I will pay 2 for anyone who posts a good solution.

      It seems that you are missing a settings_local.py that your Should be imported by settings.

  • Comments

    Popular posts from this blog

    qt - switch/case statement in C++ with a QString type -

    python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

    Python's equivalent for Ruby's define_method? -