Skip to content

Commit 754a22e

Browse files
committed
add readme badges
1 parent 236d27b commit 754a22e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
<!-- omit in toc -->
22
# dsd-pythonanywhere
33

4+
<div style="display: flex; gap: 10px; align-items: center; margin-bottom: 1em;">
5+
<a target="_blank" href="https://github.com/caktus/dsd-pythonanywhere/blob/main/LICENSE" style="background:none">
6+
<img src="https://img.shields.io/badge/License-BSD-blue.svg?label=license">
7+
</a>
8+
<a target="_blank" href="https://github.com/caktus/dsd-pythonanywhere/actions/workflows/tests.yaml" style="background:none">
9+
<img src="https://github.com/caktus/dsd-pythonanywhere/actions/workflows/tests.yaml/badge.svg?branch=main">
10+
</a>
11+
</div>
12+
413
A plugin for deploying Django projects to [PythonAnywhere](https://www.pythonanywhere.com/), using django-simple-deploy.
514

615
For full documentation, see the documentation for [django-simple-deploy](https://django-simple-deploy.readthedocs.io/en/latest/).

0 commit comments

Comments
 (0)