Hacker News new | ask | show | jobs
by shubhamjain 4581 days ago
I don't wish to take it personally but these kind of remarks make me furious. Should I build you something in Django if thats what it takes to show you? because I am sure I will. By getting my head around, I didn't necessarily meant I was too foolish to understand anything but I had my problems. There wasnt any default schema for urls, each route needed a new one, managing database and creating tables required a console based code generator, setting up django with apache required an effort, the abstraction of app vs website was quite peculiar, and some other issues I don't recall. Call it my ignorance, stupidity, daftness that I failed at so basic stuff but thats my side of the story.
1 comments

App vs website is bizarre the first time you encounter it - in my mind it would have been better them calling "projects" "deployments". The first time I worked with django I developed my application/project inside-out.

But the second time, I didn't.

> Should I build you something in Django if thats what it takes to show you?

What the hell does it matter what I think?