Skip to content

Commit

Permalink
Django on circle.yml should be <2
Browse files Browse the repository at this point in the history
  • Loading branch information
devexpert12 committed Dec 19, 2017
1 parent 9a5a16e commit 18a9f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ machine:

dependencies:
post:
- pip install django
- pip install "django<2"
- django-admin startproject testproject --extension py,yml,json --name Procfile,README.md --template=.
- pip install requests pipenv --upgrade

Expand Down

0 comments on commit 18a9f17

Please sign in to comment.