Django scheduling/calendaring

2019-02-19 Thread Manu Febie
Hello Django developer, I have been assigned for my first real job as a developer. I have been asked to develop a *Learning Management System*. One of the components/apps this project must have is a way of managing training programs and projects and view them on a calendar. This is how my clien

Using Django Sessions

2018-03-22 Thread Manu Febie
Hello, I am practicing for my college exams. I am building a Restaurant Order System with Django and I am using Django sessions for the first. I borrowed some ideas from the "Django by example". Below you can find the MenuItem model and Order Model. class MenuItem(models.Model): category =