muccg / angelman

RDRF based software for the Global Angelman Registry
GNU Affero General Public License v3.0
1 stars 0 forks source link

Django upgrade: Prod build failure due to Django upgrade #302

Closed aminur80 closed 5 years ago

aminur80 commented 5 years ago

The prod build for angelman failed because of the upgrade of Django to 2.1.5

Build error:

File "/app/angelman/angelman/urls.py", line 2, in <module> uwsgiprod_1 | from django.urls import re_path uwsgiprod_1 | ImportError: cannot import name 're_path'

aminur80 commented 5 years ago

Update the runtime-requirements.txt with -e git+https://github.com/muccg/rdrf.git@5.0.1#egg=django-rdrf&subdirectory=rdrf

where 5.0.1 is the latest rdrf version