lean-office-apps / tickets-management-web

A simple, open source web app to manage tickets.
Other
0 stars 0 forks source link

Add BaseEntity and overridden the default Django user model #11

Closed umarkayondo closed 3 years ago

umarkayondo commented 3 years ago

BaseEntity is the base model from which all database models will inherit from I have not included migrations because of the differences in different python versions. When we agree on the python version to use then we can generate the migrations for this model.

vgkienzler commented 3 years ago

@umarkayondo @deokyeyune I am merging this branch so that we can keep moving on. I have created an issue about making the enum 'Gender' customisable by the app user.