mirror of
https://github.com/django-components/django-components.git
synced 2025-08-31 19:27:19 +00:00
Add compatibility information to README.
This commit is contained in:
parent
f87f87dadf
commit
8abf8c5e3b
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -2,6 +2,17 @@
|
|||
<a href="https://travis-ci.org/EmilStenstrom/django-components"><img align="right" src="https://travis-ci.org/EmilStenstrom/django-components.svg?branch=master"></a>
|
||||
A way to create simple reusable template components in Django.
|
||||
|
||||
# Compatiblity
|
||||
|
||||
| Python version | Django version |
|
||||
|----------------|---------------------|
|
||||
| 2.7 | 1.11 |
|
||||
| 3.4 | 1.11, 2.0 |
|
||||
| 3.5 | 1.11, 2.0, 2.1, 2.2 |
|
||||
| 3.6 | 1.11, 2.0, 2.1, 2.2 |
|
||||
| 3.7 | 1.11, 2.0, 2.1, 2.2 |
|
||||
| 3.8 | 1.11, 2.0, 2.1, 2.2 |
|
||||
|
||||
# Installation
|
||||
|
||||
Install the app into your environment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue