1 19 2020 - dhgrainger/rental_predictor GitHub Wiki

https://towardsdatascience.com/data-engineering-with-python-django-and-postgresql-99409492769

I replace everything in here called double bagger with rental_predictor and everything called companies as cities. I don’t think it's neccessary to use conda to install packages ... using pip probably would've worked just fine for me. Getting the local setup right was a bit of a challenge for me since I didn't want to mess up my Ansible configuration for

https://www.valentinog.com/blog/django-missing-argument-on-delete/ https://docs.djangoproject.com/en/2.0/ref/models/fields/#django.db.models.ForeignKey.on_delete

Django 1.9 vs 2.0 error

https://github.com/dhgrainger/rental_predictor First commit! I think the next step is for you to fork this repo

https://djangobook.com/mdj2-django-structure/

Working through this to figure out how to better structure django models. Django has much more of a freewheeling strucuture compared to rails which is much more rigid. I think I’m going to have to move cities towards it’s own ‘app’.