Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-22 | Create new entry-point module to reduce chances of circular imports. | Frederick Muriuki Muriithi | |
This commit creates a new entry-point module (wqflask/gn2_main.py) and imports all the other modules that import the application object with something like: `from wqflask import app` This breaks the subtle circular-import cycle that tends to cause a lot of inconveniences when developing the application. |