When I run the command:
docker compose -f docker-compose.dev.yml exec web python manage.py createdefaultpages
I get this error message:
django.core.exceptions.ValidationError: {'activities_description': ['This field cannot be blank.'], 'activities_description_en': ['This field cannot be blank.'], 'organisations_description': ['This field cannot be blank.'], 'organisations_description_en': ['This field cannot be blank.'], 'getting_started_title': ['This field cannot be blank.'], 'getting_started_title_en': ['This field cannot be blank.'], 'about_iati_title': ['This field cannot be blank.'], 'about_iati_title_en': ['This field cannot be blank.'], 'about_iati_description': ['This field cannot be blank.'], 'about_iati_description_en': ['This field cannot be blank.'], 'about_iati_page': ['This field cannot be blank.'], 'about_iati_link_label': ['This field cannot be blank.'], 'about_iati_link_label_en': ['This field cannot be blank.'], 'iati_in_action_title': ['This field cannot be blank.'], 'iati_in_action_title_en': ['This field cannot be blank.'], 'iati_tools_title': ['This field cannot be blank.'], 'iati_tools_title_en': ['This field cannot be blank.'], 'latest_news_title': ['This field cannot be blank.'], 'latest_news_title_en': ['This field cannot be blank.'], 'latest_news_link_label': ['This field cannot be blank.'], 'latest_news_link_label_en': ['This field cannot be blank.'], 'latest_news_tweets_title': ['This field cannot be blank.'], 'latest_news_tweets_title_en': ['This field cannot be blank.']}
When I run the command:
docker compose -f docker-compose.dev.yml exec web python manage.py createdefaultpages
I get this error message:
django.core.exceptions.ValidationError: {'activities_description': ['This field cannot be blank.'], 'activities_description_en': ['This field cannot be blank.'], 'organisations_description': ['This field cannot be blank.'], 'organisations_description_en': ['This field cannot be blank.'], 'getting_started_title': ['This field cannot be blank.'], 'getting_started_title_en': ['This field cannot be blank.'], 'about_iati_title': ['This field cannot be blank.'], 'about_iati_title_en': ['This field cannot be blank.'], 'about_iati_description': ['This field cannot be blank.'], 'about_iati_description_en': ['This field cannot be blank.'], 'about_iati_page': ['This field cannot be blank.'], 'about_iati_link_label': ['This field cannot be blank.'], 'about_iati_link_label_en': ['This field cannot be blank.'], 'iati_in_action_title': ['This field cannot be blank.'], 'iati_in_action_title_en': ['This field cannot be blank.'], 'iati_tools_title': ['This field cannot be blank.'], 'iati_tools_title_en': ['This field cannot be blank.'], 'latest_news_title': ['This field cannot be blank.'], 'latest_news_title_en': ['This field cannot be blank.'], 'latest_news_link_label': ['This field cannot be blank.'], 'latest_news_link_label_en': ['This field cannot be blank.'], 'latest_news_tweets_title': ['This field cannot be blank.'], 'latest_news_tweets_title_en': ['This field cannot be blank.']}