kartoza / feti

Further Education and Training Institute Website
Other
2 stars 15 forks source link

specify version of django-allauth. #537

Closed sonlinux closed 6 years ago

sonlinux commented 6 years ago

Problem

Currently the requirements file does not specify version of django-allauth to be installed so it installs the latest version, but that breaks when building the project in local environment.

Solution

Specify version that works when building the project and does not break.

dimasciput commented 6 years ago

Fixed https://github.com/kartoza/feti/pull/541