django-on-azure icon indicating copy to clipboard operation
django-on-azure copied to clipboard

Resources for my Django on Azure workshop at PyCon US 2021

Results 10 django-on-azure issues
Sort by recently updated
recently updated
newest added

After deploying the repo and creating a super user, I attempt to login on /admin and get this error: ``` Forbidden (403) CSRF verification failed. Request aborted. Help Reason given...

https://github.com/tonybaloney/django-on-azure/blame/main/demo-application/project/settings.py#L55 TODO: Check if this needs to be re-enabled/replaced with OpenTelemetry

I got these warnings when SSHing in and creating a superuser: ``` relecloud.Cruise: (models.W042) Auto-created primary key used when not defining a primary key type, by default 'django.db.models.AutoField'. HINT: Configure...

Hi, I’m using this template to deploy my django. But I got a problem that, I have added some files like abc.tmpl in the main/static/templates folder and use it in...

We are updating this template to support new features in `Github Action`. For the Github Action feature: We will remove two lines of code on container image and add GHA...

Bumps [opentelemetry-instrumentation-django](https://github.com/open-telemetry/opentelemetry-python-contrib) from 0.36b0 to 0.39b0. Changelog Sourced from opentelemetry-instrumentation-django's changelog. Version 1.18.0/0.39b0 (2023-05-10) opentelemetry-instrumentation-system-metrics Add process. prefix to runtime.memory, runtime.cpu.time, and runtime.gc_count. Change runtime.memory from count to UpDownCounter. (#1735)...

dependencies

Bumps [azure-monitor-opentelemetry-exporter](https://github.com/Azure/azure-sdk-for-python) from 1.0.0b12 to 1.0.0b13. Release notes Sourced from azure-monitor-opentelemetry-exporter's releases. azure-monitor-opentelemetry-exporter_1.0.0b13 1.0.0b13 (2023-04-11) Features Added Enable AAD Credentials (#28888) Upgrading to OpenTelemetry SDK/API 1.17 (#29656) Updating sdkVersion prefix...

dependencies

I tried launching the app with "azd up --template https://github.com/tonybaloney/django-on-azure" and everything seemed to run smoothly (the command reported success) but it seems that the container startup script fails. ![container-error](https://user-images.githubusercontent.com/49829190/224982724-0a5dbbe7-d8b7-44f3-9af4-9a1ce91a87b9.PNG)...

Bumps [crispy-bootstrap4](https://github.com/django-crispy-forms/crispy-bootstrap4) from 2022.1 to 2024.1. Release notes Sourced from crispy-bootstrap4's releases. 2024.1 (2024-02-27) Enabled custom-control checkbox inputs when show_form_labels is False. 2023.1 Release What's Changed Confirmed support for Django...

dependencies