CodeForPhilly / prevention-point

Current Functional Product
MIT License
30 stars 15 forks source link

Explicitly define sep program and needle exchange service with slug in seed #508

Open MikeyManoguerra opened 3 years ago

MikeyManoguerra commented 3 years ago

since the service slug becomes a hardcoded value, we should not rely on programmatic creation of the slug in the loop, but instead create them explicitly in seed.py

slug is 'sep-needle-exchange' (see constants directory in front end)

Probably just remove that program from the loop entirely and create it as a one-off after the other programs are created