openoakland / TrashTalk

Repo for artifacts of the Trash Talk app for organizing cleanups and graffiti abatement.
Other
7 stars 10 forks source link

Add initial data for Tools/Tool Categories/Cleanups #172

Open thinhngo opened 6 years ago

mosdevly commented 6 years ago

Management commands: https://docs.djangoproject.com/en/2.0/howto/custom-management-commands are a good solution for this. Fixtures are tedious to keep up to date, especially for models that are frequently updated. Our models will definitely change over time.