briot / geneapro

Genealogical software based on the GenTech data model
http://briot.github.com/geneapro/
GNU General Public License v2.0
33 stars 8 forks source link

Update `setup.sh` to add `makemigrations` and for end-users `pip install. #40

Closed changeling closed 5 years ago

changeling commented 5 years ago

This PR includes the following changes to setup.sh:

The development pip install line is commented out and an end-user pip install line has been added.

./manage.py makemigrations has been added so that django handles the full migration process.

briot commented 5 years ago

Thanks !

changeling commented 5 years ago

Happy to help! Thanks for being so welcoming.