mirror of
https://github.com/dnlbauer/django-signposting.git
synced 2026-09-10 14:05:31 +00:00
fix import in README.md
This commit is contained in:
@@ -39,7 +39,7 @@ Here's how you can use it:
|
|||||||
|
|
||||||
```python
|
```python
|
||||||
from django.http import HttpResponse
|
from django.http import HttpResponse
|
||||||
from django_signposting.util import add_signposts
|
from django_signposting.utils import add_signposts
|
||||||
|
|
||||||
def my_view(request):
|
def my_view(request):
|
||||||
response = HttpResponse("Hello, world!")
|
response = HttpResponse("Hello, world!")
|
||||||
|
|||||||
Reference in New Issue
Block a user