Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Pycharm switch Python Template Language to Django

Tags:

pycharm

I've recently started up a django project on a new computer and recently found pycharm and am loving it so far. I've searched for my question online and read that setting pycharm to recognize django template syntax is as easy as settings -> Python Template Language -> Select Django from the dropdown.

Well that's all well and good, but this tab doesn't seem to exist for me.

Where is it :(?

The closest thing I can see is "Live Templates", but this does not seem to be the tab I'm looking for. Am I missing a plugin or something?

I'm sorry for this nub question, I just couldn't seem to find anyone having the same issue. Sorry if it's right in front of my eyes and I'm just being a dud.

like image 352
Aserian Avatar asked Jan 04 '23 23:01

Aserian


2 Answers

You must be using the Community Edition which is not full featured and probably does not include Web Development.

like image 160
CodeWarrior Avatar answered Jan 22 '23 02:01

CodeWarrior


Should be here, under Languages & Frameworks

screenshot of what you are looking

I got this image from following this tutorial I do however not have Django either on my Pycharm and I am further reading for ways to add it.

When I went on and installed django with pipenv, at reopening pycharm it was prompted to me that Paid version has specific stuff for Django and was linked to the site where it said full-stack stuff was added so looks like as you say: this is a pay thing.

like image 42
Mr-Programs Avatar answered Jan 22 '23 03:01

Mr-Programs