mirror of
https://github.com/django-components/django-components.git
synced 2025-07-24 16:53:47 +00:00
fix(management): change a line to pass flake8. related #249
This commit is contained in:
parent
deb17c6c70
commit
a45bfdc837
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ from django_components import component
|
|||
|
||||
@component.register("{name}")
|
||||
class {name.capitalize()}(component.Component):
|
||||
# Templates inside `[your apps]/components` dir and `[project root]/components` dir will be automatically found. To customize which template to use based on context
|
||||
# you can override def get_template_name() instead of specifying the below variable.
|
||||
template_name = "{name}/template.html"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue