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

Add sdg seed data #256

Closed freaky4wrld closed 3 months ago

freaky4wrld commented 4 months ago

Fixes #250

What changes did you make?

Why did you make the changes (we will use this info to test)?

Screenshots of Proposed Changes Of The Website (if any, please do not screen shot code changes)

freaky4wrld commented 4 months ago

@fyliu I'm having trouble with the seed data as it is exceeding the flake8 199 character criteria, can you please provide the instruction

fyliu commented 4 months ago

@freaky4wrld you can add data/migrations to the ignore list for flake8 in the pre-commit config. See .pre-commit-config.yaml in the project root for an example of multiple excludes and also the hook to modify.