alternative-backend-service/users
saani 1fc91d5949 feat: enable meetings app and simplify development configuration
- Enable meetings app in INSTALLED_APPS and add URL routing
- Switch from PostgreSQL to SQLite for default database configuration
- Remove meetings directory from .gitignore
- Move API root endpoint from users app to main URL configuration
- Remove HIPAA-specific email and compliance settings (EMAIL_ENCRYPTION_KEY, HIPAA_EMAIL_CONFIG, BAA_VERIFICATION)
- Add SITE_NAME and ENCRYPTION_KEY environment variables
- Regenerate initial user migrations

These changes simplify the development setup by using SQLite as the default database and removing complex compliance configurations while enabling the core meetings functionality.
2025-11-23 00:19:26 +00:00
..
migrations feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
__init__.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
admin.py Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +00:00
apps.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
backends.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
managers.py Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +00:00
models.py feat: add HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00
serializers.py feat: add HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00
tests.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
urls.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
utils.py feat: add HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00
views.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00