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 11# 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 )
26
37Django Simple Components is a small package to easily create components inside your templates without saving them in the templates folder.
48
59## Quick start
610
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/ ) :
813``` bash
914pip install django-simple-components
1015```
1116
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:
1318``` python
1419INSTALLED_APPS = [
1520 ... ,
You can’t perform that action at this time.
0 commit comments