File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ It can be used in situations when a client don't want to pay your work. The app
6
6
7
7
Installation
8
8
------------
9
+ ```
10
+ pip install django-dev-protector
11
+ ```
9
12
settings.py
10
13
```
11
14
INSTALLED_APPS = [
Original file line number Diff line number Diff line change @@ -39,5 +39,5 @@ def get_status():
39
39
res = get_from_file (STATUS_FILE_NAME )
40
40
if not res :
41
41
save_status (PROTECT_STATUS_DEFAULT )
42
- return PROTECT_STATUS_DEFAULT
42
+ return str ( PROTECT_STATUS_DEFAULT )
43
43
return res
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'django-dev-protector' ,
11
- version = '0.1 ' ,
11
+ version = '0.2 ' ,
12
12
packages = ['django_dev_protector' ],
13
13
include_package_data = True ,
14
14
license = 'BSD License' ,
You can’t perform that action at this time.
0 commit comments