5 Commits

Author SHA1 Message Date
5957ddf8f1 Fixed Issue Making Django Suggest makemigrations
Was using BASE_DIR in the default image path for the authentication.User model.

This is a problem because BASE_DIR may change with the host machine, which it did in my case.

Django sees the changed path and incorrectly recommends making migrations again.
2024-01-20 19:50:20 +00:00
bb28e2b2dc Redid migrations to fix issue where 004 isnt detected 2024-01-19 10:00:40 +00:00
3089c1fa01 added uuid for Department model 2024-01-08 00:40:45 +00:00
a59baefd8f default migrations 2024-01-05 12:06:50 +00:00
d9ecd692ef working on tickets implementation 2024-01-04 21:58:11 +00:00