Skip to content

Commit

Permalink
Update README.md (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
KPCOFGS authored May 1, 2024
1 parent e346c07 commit eef331e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,7 +817,7 @@ Django components supports [logging with Django](https://docs.djangoproject.com/

To configure logging for Django components, set the `django_components` logger in `LOGGING` in `settings.py` (below).

Also see the [`settings.py` file in sampleproject](./sampleproject/sampleproject/settings.py) for a real-life example.
Also see the [`settings.py` file in sampleproject](https://github.com/EmilStenstrom/django-components/blob/master/sampleproject/sampleproject/settings.py) for a real-life example.

```py
import logging
Expand Down Expand Up @@ -959,15 +959,15 @@ tox -p

How do you check that your changes to django-components project will work in an actual Django project?

Use the [sampleproject](./sampleproject/) demo project to validate the changes:
Use the [sampleproject](https://github.com/EmilStenstrom/django-components/tree/master/sampleproject/) demo project to validate the changes:

1. Navigate to [sampleproject](./sampleproject/) directory:
1. Navigate to [sampleproject](https://github.com/EmilStenstrom/django-components/tree/master/sampleproject/) directory:

```sh
cd sampleproject
```

2. Install dependencies from the [requirements.txt](./sampleproject/requirements.txt) file:
2. Install dependencies from the [requirements.txt](https://github.com/EmilStenstrom/django-components/blob/master/sampleproject/requirements.txt) file:

```sh
pip install -r requirements.txt
Expand All @@ -992,4 +992,4 @@ To display individual components, add them to the `urls.py`, like in the case of

## Development guides

- [Slot rendering flot](./docs/slot_rendering.md)
- [Slot rendering flot](https://github.com/EmilStenstrom/django-components/blob/master/docs/slot_rendering.md)

0 comments on commit eef331e

Please sign in to comment.