piyushupadhyay19 opened a new pull request, #194: URL: https://github.com/apache/airavata-django-portal/pull/194
#### While running the following command: ```sh python manage.py load_cms_data new_default_theme ``` #### the process failed with the following error: django.db.utils.IntegrityError: Problem installing fixture: Could not load taggit.Tag(pk=14): (1062, "Duplicate entry 'logo' for key 'taggit_tag.name'") This happened because the fixture tried inserting a tag with a duplicate name, violating the unique constraint in the taggit_tag table. #### Fix: Renamed the duplicate tag name This fix removes a blocking issue from the project setup process @lahirujayathilake -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
