Giter Site home page Giter Site logo

Comments (1)

my8100 avatar my8100 commented on June 23, 2024
  1. The default_settings.py file inside the site-packages directory would be overridden if ScrapydWeb is reinstalled or updated. Therefore the customized configurations would be lost if they are stored in the default_settings.py file, which would be painful if you have added hundreds of Scrapyd servers.
  2. Also note that the content of the default_settings.py file would be updated in order to support new features along with a new release. That's why the name of the scrapydweb_settings_vN.py file comes with a version number.
  3. Actually, if the scrapydweb_settings_vN.py file is not found in the current directory, ScrapydWeb would search it in the parent directory until reaching the root directory. So I think it's easy to work around even in the case of virtual environment -- just move the scrapydweb_settings_vN.py file to your users home directory (or D:/ for your case).

from scrapydweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.