Skip to content

Commit a22fef5

Browse files
author
Adriaan
authored
Add Simple Analytics logo to README.md
1 parent 440273a commit a22fef5

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# Simple Analytics for Django
1+
<a href="https://simpleanalytics.com/?ref=github.com/simpleanalytics/django-plugin">
2+
<img src="https://assets.simpleanalytics.com/images/logos/logo-github-readme.png" alt="Simple Analytics logo" align="right" height="62" />
3+
</a>
4+
5+
# Django Plugin
26

37
Want privacy friendly analytics for Django? You're at the right place.
48

59
> You need an account [on Simple Analytics](https://simpleanalytics.com) to see your stats collected by this plugin.
610
7-
# Installing it
11+
## Installing it
812

913
Install the plugin:
1014

1115
`pip install simpleanalytics`
1216

13-
# Using it
17+
## Using it
1418

1519
Add the package to the `INSTALLED_APPS`:
1620
```python
@@ -59,7 +63,7 @@ This will translate to roughly this:
5963
</html>
6064
```
6165

62-
# More
66+
## More
6367

6468
This app has four templatetags:
6569

@@ -82,7 +86,7 @@ don't have and don't need a `<noscript>` block on your page at all.
8286
the hello.img. Use this when you're using a `<noscript>` block and you want to
8387
add privacy friendly stats to your page.
8488

85-
# Compatibility
89+
## Compatibility
8690

8791
Tested on Django 2.2, but we think this should run on any recent Django
8892
deployment. Please raise an issue when it doesn't.

0 commit comments

Comments
 (0)