mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 14:28:18 +00:00
fixed README Quickstart file extension typo (#1146)
This commit is contained in:
parent
5704bc86a1
commit
89db10a643
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ A component in django-components can be as simple as a Django template and Pytho
|
|||
```
|
||||
|
||||
```py
|
||||
# components/calendar/calendar.html
|
||||
# components/calendar/calendar.py
|
||||
from django_components import Component
|
||||
|
||||
class Calendar(Component):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue