You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Debugging Pinax Starter Projects right now (using Project Account). Making a list of some things that need to be done to update to be in line with new release:
Update requirements.txt versions due to ImportError: cannot import name 'six' from 'django.utils'
In site_base.html change {% load staticfiles %} to {% load static %} (deprecated in Django 2.1 and removed in Django 3.0)
The text was updated successfully, but these errors were encountered:
Debugging Pinax Starter Projects right now (using Project Account). Making a list of some things that need to be done to update to be in line with new release:
ImportError: cannot import name 'six' from 'django.utils'
{% load staticfiles %}
to{% load static %}
(deprecated in Django 2.1 and removed in Django 3.0)The text was updated successfully, but these errors were encountered: