uno-isqa-8950 / fitgirl-inc

FitGirl Inc
MIT License
6 stars 11 forks source link

Smoorthi packageupgrade #1403

Closed smoorthi-uno closed 2 years ago

smoorthi-uno commented 2 years ago

To load static files in templates, modified html files to use {% load static %} instead of staticfiles. Updated Wagtail 'Manage Content' href to /cms instead of /cms-frame.

  1. Main packages upgraded: Django==3.2.6, wagtail==2.14.1, django-crispy-forms==1.11.1, Pillow==8.3.1, psycopg2==2.8.6, social-auth-core==4.1.0 Added DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField' to the settings.py file to avoid Auto-created primary key warning.
smoorthi-uno commented 2 years ago

I changed the settings.py file by removed local settings. I would be creating a new pull request, hence deleting this.