chicagopython / chipy.org

Chicago Python (ChiPy) user group main website codebase
http://www.chipy.org/
MIT License
115 stars 79 forks source link

Change README to add instructions for 'make dev-data' #393

Closed sophm256 closed 3 years ago

sophm256 commented 3 years ago

In README, add a section regarding 'make dev-data'. Say that if you want mock data for development, run 'make dev-data' after you have run 'make migrate' the first time. ('make migrate' creates your database tables, while 'dev-data' populates those tables with mock data.)

nickymarino commented 3 years ago

@sophm256 I think this can be closed since the README already has a make dev-data section: https://github.com/chicagopython/chipy.org/blame/main/README.md#L118-L122

sophm256 commented 3 years ago

Thanks @nickymarino . It looks like I can close this.