Joseph

- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Joseph commented, -
Joseph created a post, IDE not recognizing Sequelize Constructor
The official docs for Sequelize show to use `const sequelize = new Sequelize()` for creating a connection pool. But when used in the IDE, hints dont work unless I use `const sequelize = new Sequeli... -
-
Joseph commented, -
Joseph created a post, AnsweredDjango: Unresolved Template References
Python 3.9, Django 3.1.7 Pycharm showing Unresolved Template References. The app works fine. How can I fix this ?