Skip to content

Commit a033a37

Browse files
committed
Merge branch 'master' of github.com:reganto/django-ptpython
2 parents 135576d + 9edb7ce commit a033a37

File tree

2 files changed

+38
-6
lines changed

2 files changed

+38
-6
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Environment**
11+
django-ptpython version: v1.0.1
12+
django version: v4.0.3
13+
python version: v3.8.10
14+
pip version: v22.1
15+
os: Ubuntu 20.04
16+
17+
**Describe the bug**
18+
A clear and concise description of what the bug is.
19+
20+
**Steps To Reproduce**
21+
Steps to reproduce the behavior:
22+
1. Go to '...'
23+
2. Click on '....'
24+
3. Scroll down to '....'
25+
4. See error
26+
27+
**Expected behavior**
28+
A clear and concise description of what you expected to happen.
29+
30+
**Screenshots**
31+
If applicable, add screenshots to help explain your problem.

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,13 @@
44
<div align="center">
55
<h1>django-ptpython</h1>
66
<p align="center">
7-
PtPython as default Django shell.
7+
PtPython as the Default Django Shell.
88
<br />
99
<br />
10-
<a href="https://github.com/reganto/django-ptpython/issues">Report Bug</a>
10+
<a href="https://github.com/reganto/django-ptpython/actions?query=workflow%3ALinters+event%3Apush+branch%3Amaster" target="_blank">
11+
<img src="https://github.com/reganto/django-ptpython/workflows/Linters/badge.svg?event=push&branch=master" alt="Test">
12+
</a>
13+
<a href="https://github.com/reganto/django-ptpython/issues"><img src="https://img.shields.io/github/issues/reganto/django-ptpython"></a> <a href="https://github.com/reganto/django-ptpython/blob/master/LICENSE.txt"><img src="https://img.shields.io/github/license/reganto/django-ptpython"></a> <a href="https://badge.fury.io/py/django-ptpython"><img src="https://badge.fury.io/py/django-ptpython.svg" alt="PyPI version" height="18"></a> <a href="https://pepy.tech/project/django-ptpython"><img src="https://pepy.tech/badge/django-ptpython"/></a>
1114
</p>
1215
</div>
1316

@@ -40,7 +43,7 @@ INSTALLED_APPS = [
4043
## Usage
4144

4245
```bash
43-
./manage shell
46+
./manage.py shell
4447
```
4548

4649
![screenshot](https://user-images.githubusercontent.com/29402115/164965563-5d2091ef-e880-49a3-bef9-f1fc49419e54.png)
@@ -55,6 +58,4 @@ Distributed under the Apache License. See [LICENSE](https://github.com/reganto/d
5558

5659
## Contact
5760

58-
Email: tell.reganto[at]gmail[dotcom]
59-
60-
<p align="right">(<a href="#top">back to top</a>)</p>
61+
Email: tell.reganto[at]gmail[dot]com

0 commit comments

Comments
 (0)