dotnerdify

- Total activity 5
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
-
Created Jinja2 template - Flask
Pycharm is not recognizing double curly brackets {{ and }} and identifies lines with this as error.Where can I set this up?Thanks -
Created How can I restart server after deployment without falling back to terminal?
Every time I deploy with Pycharm, which is amazing btw, I have to restart the server (nginx) and I use ssh to do it.Is there a way I can set it up within pycharm? like setting deployment scripts or...