Added Assignment model, configured admin for the new model
Created a Model for the Widget Users. Its fields are:
- [Assignment] Name (String)
- Description (String)
- Maximum Points (Integer)
This was also integrated into the Django Admin panel through a WidgetUserAdmin model.