activist-org / activist

An open-source activism platform
https://activist.org
GNU Affero General Public License v3.0
209 stars 173 forks source link

Backend-Frontend hydration for Organizations About page #812 #891

Closed momanyisamuel closed 1 month ago

momanyisamuel commented 1 month ago

Contributor checklist


Description

Related issue

github-actions[bot] commented 1 month ago

Thank you for the pull request!

The activist team will do our best to address your contribution as soon as we can. The following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)

If you're not already a member of our public Matrix community, please consider joining! We'd suggest using Element as your Matrix client, and definitely join the General and Development rooms once you're in. Also consider joining our bi-weekly Saturday dev syncs. It'd be great to have you!

Maintainer checklist

netlify[bot] commented 1 month ago

Deploy Preview for activist-org ready!

Name Link
Latest commit 5fb122b9c389b054c716674b8a8f0a0b947a0b3a
Latest deploy log https://app.netlify.com/sites/activist-org/deploys/665b6a1c54412f0008e89226
Deploy Preview https://deploy-preview-891--activist-org.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

andrewtavis commented 1 month ago

@to-sta, we're dealing with something related to the following in the entity models:

status = models.ForeignKey(
        "StatusEntityType", on_delete=models.CASCADE, default=1, blank=True, null=True
    )

The foreign key constraints are not being met when we try to create an organization. Let's discuss in the sync tomorrow :)