- Add djangorestframework-simplejwt==5.3.1 to requirements-docker.txt - Configure REST_FRAMEWORK with JWTAuthentication and SIMPLE_JWT settings - Create admin_api Django app with AdminLoginView, MeView, HealthView - Wire /api/v1/ routes without touching existing /api/ mobile endpoints - Resolve pre-existing events migration conflict (0010_merge) - Superuser admin created for initial authentication
10 lines
205 B
Plaintext
10 lines
205 B
Plaintext
Django==4.2.21
|
|
Pillow==10.1.0
|
|
django-summernote
|
|
djangorestframework==3.14.0
|
|
django-cors-headers==4.3.0
|
|
gunicorn==21.2.0
|
|
django-extensions==3.2.3
|
|
psycopg2-binary==2.9.9
|
|
djangorestframework-simplejwt==5.3.1
|