1212
Update Django version for python anywhere · JavaDevVictoria/tutorial@3db4126 · GitHub
Skip to content

Commit 3db4126

Browse files
authored
Update Django version for python anywhere
1 parent b0b4822 commit 3db4126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pl/deploy/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Tak samo jak to robiłaś na swoim komputerze, możesz stworzyć środowisko wir
177177

178178
$ source myvenv/bin/activate
179179

180-
(myvenv) $ pip install django whitenoise
180+
(myvenv) $ pip install django==1.8.2 whitenoise
181181
Collecting django
182182
[...]
183183
Successfully installed django-1.8.2 whitenoise-2.0

0 commit comments

Comments
 (0)