Skip to content

This is a CRUD app built using Django that allows admin to add, update, and delete student details whereas students can only view their details.

Notifications You must be signed in to change notification settings

nidhisha-shetty/Django-institute-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About the application

This is a Django based app wherein the admin can log-in and perform CRUD (create, read, update, and delete) operations on student details, whereas the studnts can only view their details. The context of the app is to allow the admin to add name, marks, and other details of the student in an institute. And, the student can only view their details.

Installing and executing the app

> git clone https://github.com/nidhisha-shetty/Django-institute-app
> cd Django-institute-app
> python manage.py runserver

App link

https://nscollege.herokuapp.com/

About

This is a CRUD app built using Django that allows admin to add, update, and delete student details whereas students can only view their details.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published