You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A learning management system using django web framework. Course add and drop, grade and assessment result management, online quiz, report generator, student and lecturers management, dashboard, and so much more...
Django code to upload and download a file from the server. Once uploaded onto the server, python code will convert all its content to upper case. It is just used to demonstrate how a file is uploaded and downloaded from a server in Django.
This app allows large file uploads by chunking in smaller pieces, which are then stored in a MinIO server. A home page is served containing the list of buckets where you can download back the uploaded files.
This is a web-app created using Python, Django. By using this user can login, upload files and also can view and download files uploaded by other users.