Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore/build refactor: Add django-debug-toolbar and separate debug settings #908

Merged
merged 8 commits into from
Sep 23, 2024

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    6d2c37e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7eb739a View commit details
    Browse the repository at this point in the history
  3. build(debug): add django-debug-toolbar to debug dependencies

    configure urls.py and settings.py to allow the toolbar to show
    when DEBUG = True
    dchiller committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    ddcc94d View commit details
    Browse the repository at this point in the history
  4. build: separate production and development django settings

    - Separates out development/debugging django settings into a separate
    debug_settings.py file
    - Adds ability to set a non-default (non cantusdata.settings) django
    settings file via environment variables
    - Creates a compose-dev.yaml compose configuration file for development
    - Removes unnecessary port mappings from the production docker compose
    configuration
    - Updates the README to account for these changes
    dchiller committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    91a236d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82b3329 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    8528091 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Co-authored-by: Lucas <[email protected]>
    dchiller and lucasmarchd01 authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    9e9683d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c344d76 View commit details
    Browse the repository at this point in the history