update django to 3.0
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 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.
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