Django-CRM icon indicating copy to clipboard operation
Django-CRM copied to clipboard

update django to 3.0

Open ashwin31 opened this issue 6 years ago • 3 comments

ashwin31 avatar Dec 05 '19 03:12 ashwin31

Hello Ashwin, First off congrats on pulling off this tremendous web app, it has helped me to understand and make my own code neater. However, I do have trouble creating a new lead. The page doesn't redirect on creating a new lead. The loading animation keeps on spinning but when I click to refresh the data is saved and the lead is generated.

cloakedsec avatar Dec 05 '19 07:12 cloakedsec

@cloakedsec please create seperate issue and I will ask someone to look into it. Did you check https://demo.django-crm.io/login/ ? if it's working there, then you might have done something wrong. just crosscheck everything.

ashwin31 avatar Dec 05 '19 07:12 ashwin31

I found that {% load staticfiles %} is deprecated so that's the first error I hit running this on Django 3, not sure if there any any other compatibility issues.

[edit] adding link from Django 3 release notes: https://docs.djangoproject.com/en/dev/releases/3.0/#features-removed-in-3-0

cheradenine avatar May 08 '20 00:05 cheradenine