lean-office-apps / tickets-management-web

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

Create django app appsutils #20

Closed vgkienzler closed 3 years ago

vgkienzler commented 3 years ago

'apputils' will house all the models, constants, classes and functions share with all the other apps.

Includes moving RecordStatus, Gender, and BaseEntity from accounts to appsutils.

Also includes a change to settings.py to set BASE_DIR to the django's project directory and not at the root of the working tree.