Django Auto-Complete and brace completion not working

Hello -  pycharm newbie here.

Using Pycharm 2.5.1 on ubuntu 12.04. Following along on the getting started guide.

Auto-Complete works for python but not completing for {% %} or any suggestions in html file.

I've made sure the 'Auto insert {% {{ in Django' option is checked in settings. Yet it will not complete braces or provide suggestions. This is occuring within html files.

The exact steps I have take so far are (handily) shown in the 'getting started guide'

http://www.jetbrains.com/pycharm/quickstart/django_guide.html#CreatingViews

Everythingworked fine until editing the index.html file.

Any suggestions or advice?

Thanks,

Tom

1
2 comments

Make sure that you have the enclosing folder marked as a Django template.

Hth

1
Avatar
Permanently deleted user

Thanks for your help.

I changed the location of those html files back into the project folder and it is working.

0

Please sign in to leave a comment.