5
5
50VAJJ2017-07-05 18:46:41
atom
50VAJJ, 2017-07-05 18:46:41

Atom setup for django?

Hello.
The first question is how to make the file name in Atom look like this - 7e4876e82b7e4ef987e7315e9303b724.png, that is, so that there is a path before the file name?
Second. In order to code in Atom projects, Django installed: atom-django, autocomplete python, platformio-ide-terminal, python tools, script. But what plugin is needed so that when I write in an html document
{ load static }
Or something like that, Atom highlights it with color, automatically fills it (autocomplete) and closes it if it is a for loop for example?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
5
50VAJJ, 2017-07-06
@50VAJJ

https://atom.io/packages/django-templates this is the norm, but there is a drawback: I write load static, then I press tab, the plugin only expands the last (static), but this is better than nothing. The rest of the elements django expands normally. And I didn't find the answer to the first question.
Also in similar
lines the plugin does not work yet
. In files with ".py" file permission
Here is this

'atom-text-editor':
  'shift-alt-f': 'editor:auto-indent'

the command does not work (more precisely, it removes all tabs in front of the lines).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question