Re: Django session

2019-05-01 Thread animeshagrawaal
For using file-based sessions, you have to set the setting of SESSION_ENGINE to django.contib.sessions.backends.file You will also have to make sure that your web server has permissions to read and write the directory of the session file. There are 3 more ways to configure session engine in

Re: Django interview Questions

2019-04-22 Thread animeshagrawaal
> > > Some of the questions which are usually asked in Django interview are: > > >1. Explain what is Django and some basic features of Django framework. >2. How can we customize Django admin interface? >3. Define Django ORM and its importance. >4. What is Django model? Explain its