File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -158,3 +158,5 @@ cython_debug/
158158# and can be added to the global gitignore or merged into this file. For a more nuclear
159159# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160.idea /
161+
162+ .DS_Store
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/ )
2+ [ ![ PyPI version] ( https://img.shields .io/pypi/v/ django-simple-components )] ( https://pypi.python.org/pypi/django-simple-components/ )
33[ ![ PyPI Supported Python Versions] ( https://img.shields.io/pypi/pyversions/django-simple-components.svg )] ( https://pypi.python.org/pypi/django-simple-components/ )
44[ ![ 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 )
5+ [ ![ Coverage)] ( https://codecov. io/github/paqstd-dev/django-simple-components/graph/badge .svg )] ( https://app.codecov.io/github/paqstd-dev/django-simple-components )
66
77Django Simple Components is a small package to easily create components inside your templates without saving them in the templates folder.
88
You can’t perform that action at this time.
0 commit comments