after reading this guide it seems, the interviewer who asks such questions himself is new to django or more importantly to programming. When it comes to programming or codes , most of the interviewers would ask you logic based questions instead of framework based questions as technologies like django come and go on a daily basis. if your logic is clear, you can code in any language based on any CMS' or frameworks.
On Wed, Sep 5, 2012 at 10:31 PM, Kurtis Mullins <[email protected]>wrote: > Yeah, I think this guide is a little crazy. If I'm getting interviewed > based on questions I can't answer without looking up relevant documentation > then I'd probably look bad even though the interviewer is the one lacking > the required knowledge to get the job done. > > Maybe that's why I don't interview too often :) Just my 2 cents. > > > On Wed, Sep 5, 2012 at 12:57 PM, Aaron C. de Bruyn <[email protected]>wrote: > >> I disagree with the "how to install" section. >> I use Nginx and uwsgi to host Django applications. >> There are other ways to deploy it too. >> >> The section makes it seem like the only 'real' way would be Apache. >> >> Lastly, it doesn't seem to touch on how a lot of people actually >> install and deploy django projects. My workflow is pretty simple >> compared to what the install section says: >> >> apt-get install python-pip python-virtualenv virtualenvwrapper >> cd code >> mkvirtualenv some-django-project >> pip install django >> django-admin startproject somedjangoproject >> cd somedjangoproject >> python manage.py startapp app1 >> >> Using virtualenv should also take care of the problem listed in >> "Remove any old versions of Django". >> >> I'd hate for someone to not get the job because they give a >> "non-textbook" answer. ;) >> >> -A >> >> >> On Tue, Sep 4, 2012 at 5:10 AM, Stephen Anto <[email protected]> >> wrote: >> > Hi Guys, >> > >> > I have updated Django latest interview questions and answers. It may >> cover >> > all technical requirements of the interview. >> > >> > Vist http://www.f2finterview.com/web/Django/ for latest Django >> interview >> > questions and answers >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/django-users?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- Thanks & Regards ---------------------------- Amyth [Admin - Techstricks] Email - [email protected], [email protected] Twitter - @a_myth_________ http://techstricks.com/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

