Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CodePalTutorials/codepal-sample-login
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f553cc7
Choose a base ref
...
head repository: CodePalTutorials/codepal-sample-login
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4da509
Choose a head ref
  • 1 commit
  • 6 files changed
  • 1 contributor

Commits on Jun 6, 2025

  1. feat: Update to Django 4+ and add README

    This commit updates the project to Django 4.2 and related dependencies, including migrating from `djangorestframework-jwt` to `djangorestframework-simplejwt`.
    
    Key changes include:
    - Updated `requirements.txt` with Django>=4.0,<5.0 and compatible versions of DRF, SimpleJWT, and other packages.
    - Modified Django settings (`settings.py`, `urls.py`) to be compatible with Django 4.x and `rest_framework_simplejwt`.
    - Updated application code (`registration/models.py`, `registration/views.py`) for Django 4.x and `rest_framework_simplejwt`, including `on_delete` for ForeignKeys and token generation logic.
    - Ensured migrations run correctly and the tests (though currently empty) execute without errors.
    - Created a new `README.md` file with comprehensive instructions for project setup, running the development server, and details about available API endpoints.
    google-labs-jules[bot] committed Jun 6, 2025
    Configuration menu
    Copy the full SHA
    f4da509 View commit details
    Browse the repository at this point in the history
Loading