Joseph
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Edited nunjuks templating language
Will Webstorm add support for Templating Language Nunjuks *.njk (used in SSG 11ty) any time soon ? I was surprised when I read Paul Everitt's tutorial on Webstorm blog https://blog.jetbrains.com/we... -
Created 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... -
Created Django: Unresolved Template References
AnsweredPython 3.9, Django 3.1.7 Pycharm showing Unresolved Template References. The app works fine. How can I fix this ?