Multiple file uploading in django admin

2018-12-18 Thread Muhammad Dilshad Khaliq
I have *File* model for uploading file. class File(models.Model): files = models.FileField(upload_to='sampleorder/%y/%m/%d', null=True, blank=True) order_detail = models.ForeignKey(OrderDetail, on_delete=models.SET_NULL, null=True) and for multiple file upload i have *form.py* class

Django for desktop app development

2018-09-07 Thread Muhammad Dilshad Khaliq
I am final year student of software engineering.My final year project is about fee management system where student submit fee online and administrator use this system for managing fee and scholarship of student and notifying them about their any issue.So can i make web based application or des