[x] This isn't a duplicate of an existing pull request
Description
This PR adds a new URLField, code_url, to the Organization model. This corresponds to a link to the organization's free / libre / open source code, e.g. a GitHub or GitLab organization.
Steps to test
Check out this branch.
Run python manage.py migrate mdi.
Open an Organization for editing in the admin.
Expected behavior: A URL field labelled "Code url" follows the "Code availability" field.
Additional information
I could see that we might be able to infer this from GitHub if present in the Organization.socialnetworks data, but I think it makes sense to allow this to be added separately.
Description
This PR adds a new URLField,
code_url
, to theOrganization
model. This corresponds to a link to the organization's free / libre / open source code, e.g. a GitHub or GitLab organization.Steps to test
python manage.py migrate mdi
.Expected behavior: A URL field labelled "Code url" follows the "Code availability" field.
Additional information
I could see that we might be able to infer this from GitHub if present in the
Organization.socialnetworks
data, but I think it makes sense to allow this to be added separately.Related issues
Blocks #6.