Closed DavidLemayian closed 5 years ago
Thanks @DavidLemayian, I'll be looking into this today.
@DavidLemayian
I get a TypeError: __init__() missing 1 required positional argument: 'on_delete'
This is for the Column class in wazimap/census/models.py
I guess django 2 now enforces this.
@ebsuku That sounds right. :)
Also all instances of django.core.urlresolvers
need to be changed to django.urls
I'm busy running this pull on an instance of wazimap, thats why I'm picking these things up now.
cc @kilemensi
Yes @ebsuku, a few things will need to be updated for Django 2.2 since we’re still running Django 1.11 on Python 3.... the migration to Django 2.2 was next
Just seen #147 . Here's our candidate too for Python 3 that we're using in production.