File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Django Simple Components
2
+ [ ![ PyPI version] ( https://badge.fury.io/py/django-simple-components.svg )] ( https://pypi.python.org/pypi/django-simple-components/ )
3
+ [ ![ PyPI Supported Python Versions] ( https://img.shields.io/pypi/pyversions/django-simple-components.svg )] ( https://pypi.python.org/pypi/django-simple-components/ )
4
+ [ ![ PyPI Supported Django Versions] ( https://img.shields.io/pypi/djversions/django-simple-components.svg )] ( https://pypi.python.org/pypi/django-simple-components/ )
5
+ [ ![ Coverage)] ( https://img.shields.io/codecov/c/github/paqstd-dev/django-simple-components/main.svg )] ( https://app.codecov.io/github/paqstd-dev/django-simple-components )
2
6
3
7
Django Simple Components is a small package to easily create components inside your templates without saving them in the templates folder.
4
8
5
9
## Quick start
6
10
7
- ### 0. Install package from pypi:
11
+ ### 1. Install package:
12
+ To get started, install the package from [ pypi] ( https://pypi.org/project/django-simple-components/ ) :
8
13
``` bash
9
14
pip install django-simple-components
10
15
```
11
16
12
- ### 1. Add ` simple_components ` to your INSTALLED_APPS setting like this:
17
+ Now you can add ` simple_components ` to your django project. Change your ` INSTALLED_APPS ` setting like this:
13
18
``` python
14
19
INSTALLED_APPS = [
15
20
... ,
You can’t perform that action at this time.
0 commit comments