mirror of
https://github.com/barkeser2002/offline-db.git
synced 2026-09-25 05:20:06 +03:00
- Added `DEFAULT_AUTO_FIELD = 'django.db.models.BigAutoField'` to `settings.py` to fix `models.W042` and align with existing schema (`users/migrations/0001_initial.py` confirms BigAutoField). - Created `static/` directory to fix `staticfiles.W004` warning. - Refactored `core/tests.py` into `core/tests/` package. - Added `core/tests/test_security_settings.py` to verify critical security configurations (`SECRET_KEY`, `DEBUG`, `CORS`). - Verified `ShopierPayment` signature logic in `billing/views.py`. - No migrations were generated because the database schema (`id` fields) was already `BigAutoField`, so the settings change only resolved the configuration mismatch. - Current Focus Mode: A/B (Maintenance/Security) - Changes Made: Updated settings, refactored tests, added security tests. - Impact on System: Removes build warnings, improves test organization, ensures security compliance. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
0 lines
0 B
Python
0 lines
0 B
Python
The file is empty.