Closed AndrewTelleria closed 7 years ago
@AndrewTelleria still on it?
I am still on it. I had to work this weekend and didn't have time.
I have changed the name of the Resources model to ResourcesPool and I removed the pub_date and example. I do not know what else you want to represent with these models.
As far as squashing the commits I am having trouble. I can't seem to squash the merge commits - they will not show up on the git log or on when I type in rebase.
Update: I figured it out.
There was a merge conflict that I had to resolve in the README before I could push. I copied and pasted the README from the current master branch into my branch's README hoping that wouldn't have caused any conflict. My branch's README should be identical to the master's README.
Fixes issue #115
Changes: Add two models to the models file in the home app. The first model is a Resource class that has a language field and the second model is a Resources class that pools the Resource class.