- 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
- rest_framework setup in settings.py
- custom user model setup in user/model
- DEBUG="TRUE"
- SECRET_KEY=""
- DB_NAME=""
- DB_USER=""
- DB_PASSWORD=""
- DB_HOST=""
- DB_PORT=""
- ALLOWED_HOSTS=""
- STATIC_ROOT=""
- MEDIA_ROOT=""