Friday, November 27, 2015

Day 26

End of Django


Today was a very chill day; finished the last 2 assignments for Django and just read on some new techniques of having custom queries. The last assignment of Django is a product catalog and I finished it relatively quickly. Since our 4th week is cut short, our project is a hackathon starting tomorrow! One of the things I'm trying to get better at is foresight in my building a project. Django is very unforgiving in the sense that if your urls don't have a method attach to the name, the page won't load at all even if the route isn't being used. It seems like Django is a perfectionist in the sense that it needs to know everything ahead of time. I think this feature is there so that traversing through different routes are faster and grabbing information from servers are faster that way too.

Anyways, I've gotten closer to the people at my table (whose name is not Maric's) and met Brian and Eric who sits next to me. The three of us has been partnering up for all the morning algorithms. I think we're gonna do our hackathon project together!

No comments:

Post a Comment