hackforla / peopledepot

A project to setup a datastore for people and projects at HackforLA. The link below takes you to the code documentation
https://hackforla.github.io/peopledepot/
GNU General Public License v2.0
5 stars 24 forks source link

Update existing Django model by deleting URL fields #208

Closed benpinhassi closed 8 months ago

benpinhassi commented 9 months ago

fixes #197 Hey, I deleted the variables from the file manage.py Regarding the requested columns for removal: github_primary_url - URLField slack_url - URLField google_drive_url - URLField hfla_website_url - URLField readme_url - URLField wiki_url - URLField

I hope this is what you mean by updating the model. If not I'll make the necessary changes.

fyliu commented 9 months ago

I don't think I can review this yet. There's still decisions to be made on what to delete.

It's in #78 in the question column.

fyliu commented 9 months ago

@Neecolaa confirmed that the requirements are good, so I can review this.