Skip to content

krishna31/student-registration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

student-registration

a small test webapp in django

It consist basically 3 urls

  1. http://127.0.0.1:8000/create_user_account/

we have to provide compulsory two parameter name, age and third parameter class is optional for example: http://127.0.0.1:8000/create_user_account/?name=krishna&age=24

  1. http://127.0.0.1:8000/update_attendance/

    we have to provide compulsory one parameter student id for example: http://127.0.0.1:8000/update_attendance/?student_id=1

  2. http://127.0.0.1:8000/update_points/

    we have to provide compulsory two parameter student_id and behaviour_id for example: http://127.0.0.1:8000/update_points/?student_id=2&behavior_id=2

About

a small test webapp in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages