iam shahin salim .iam a student.now iam lerning python.but iam confused 
with it.they give me this task.idont know were to sart.what i want to do 
for learn and also do this task.


   1. 
   
   Have a clear idea about View Engine and its working. Complete at least 3 
   sample works using view engine concepts and bootstrap. For example, list 
   dummy items/ cards using loop or display table items etc.
   2. 
   
   Design a login and a home page. Use bootstrap & View engine.
   3. 
   
   Have a clear idea about Session and Cookies. Complete one or two sample 
   works for session management.
   4. 
   
   Complete server side development for the login page.
   1. 
      
      Login page should accept username and password from the user.
      2. 
      
      Username and password should be validated at the server side with a 
      predefined value.
      3. 
      
      If correct, give access to the home page.
      4. 
      
      If incorrect, display incorrect username or password message on the 
      login page.
      5. 
      
      Home page should contain a signout button. On click signout button - 
      redirect to login page. 
      
Note: Session handling should work properly. Signout shouldnt happen unless 
the user presses the signout button. Also, once the user has signed out, 
the home page shouldnt be loaded on pressing the back button.

  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/8e308181-87de-4760-9536-492d4d9841d7n%40googlegroups.com.

Reply via email to