File tree Expand file tree Collapse file tree 2 files changed +38
-6
lines changed Expand file tree Collapse file tree 2 files changed +38
-6
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 4
4
<div align =" center " >
5
5
<h1 >django-ptpython</h1 >
6
6
<p align =" center " >
7
- PtPython as default Django shell .
7
+ PtPython as the Default Django Shell .
8
8
<br />
9
9
<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>
11
14
</p >
12
15
</div >
13
16
@@ -40,7 +43,7 @@ INSTALLED_APPS = [
40
43
## Usage
41
44
42
45
``` bash
43
- ./manage shell
46
+ ./manage.py shell
44
47
```
45
48
46
49
![ 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
55
58
56
59
## Contact
57
60
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
You can’t perform that action at this time.
0 commit comments