Project includes (Backend) uses python 3.12 setted up Corsheaders (don't forget to remove it in production) setted up DjangoRestAPI Custom user model in user app custom authentication in user app Project settings rest_framework setup in settings.py custom user model setup in user/model Env File setup is: DEBUG="TRUE" SECRET_KEY="" DB_NAME="" DB_USER="" DB_PASSWORD="" DB_HOST="" DB_PORT="" ALLOWED_HOSTS="" STATIC_ROOT="" MEDIA_ROOT=""