mirror of
https://github.com/django-components/django-components.git
synced 2025-08-03 13:58:16 +00:00
Rename package to django_components on PyPI.
This commit is contained in:
parent
f911a73ffb
commit
754fe20dce
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# django-reusable-components
|
# django-components
|
||||||
<a href="https://github.com/EmilStenstrom/django-components/actions?query=workflow%3ABuild"><img align="right" src="https://github.com/EmilStenstrom/django-components/workflows/Build/badge.svg"></a>
|
<a href="https://github.com/EmilStenstrom/django-components/actions?query=workflow%3ABuild"><img align="right" src="https://github.com/EmilStenstrom/django-components/workflows/Build/badge.svg"></a>
|
||||||
<a href="https://pepy.tech/project/django-reusable-components"><img align="right" src="https://pepy.tech/badge/django-reusable-components"></a>
|
<a href="https://pepy.tech/project/django-components"><img align="right" src="https://pepy.tech/badge/django-components"></a>
|
||||||
|
|
||||||
A way to create simple reusable template components in Django.
|
A way to create simple reusable template components in Django.
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Read on to learn about the details!
|
||||||
|
|
||||||
Install the app into your environment:
|
Install the app into your environment:
|
||||||
|
|
||||||
> ```pip install django_reusable_components```
|
> ```pip install django_components```
|
||||||
|
|
||||||
Then add the app into INSTALLED APPS in settings.py
|
Then add the app into INSTALLED APPS in settings.py
|
||||||
|
|
||||||
|
@ -56,7 +56,7 @@ TEMPLATES = [
|
||||||
|
|
||||||
# Contributors
|
# Contributors
|
||||||
|
|
||||||
<!-- readme: contributors -start -->
|
<!-- readme: contributors -start -->
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -6,7 +6,7 @@ from setuptools import find_packages, setup
|
||||||
VERSION = '0.9'
|
VERSION = '0.9'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="django_reusable_components",
|
name="django_components",
|
||||||
packages=find_packages(exclude=["tests"]),
|
packages=find_packages(exclude=["tests"]),
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
description="A way to create simple reusable template components in Django.",
|
description="A way to create simple reusable template components in Django.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue