Giter VIP home page Giter VIP logo

Comments (2)

guruofgentoo avatar guruofgentoo commented on July 29, 2024

A common practice is to attach signal handlers in a separate module, and then list that module in the app's visit_modules. However, the database layer gets set up very early in app init, since it can be useful in just about every other aspect of the application. As a result, db_before_import happens long before visit_modules is processed.

Instead, use db_before_import somewhere that gets loaded at import time for the app (e.g. in the module containing the app itself, or something it imports).

Need to put these notes in the docs for that signal. Also should see if there's a way to know if the signal has been called already.

from keg.

guruofgentoo avatar guruofgentoo commented on July 29, 2024

Added the above notes in the signals docs. There's not really a good way to know if the signal has already been called for an app, and connecting a handler isn't directly related to the app either (the handler just gets called with the sending app when the signal is triggered). I'll leave it at docs for now.

from keg.

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.