Mini pull request que arregla inconsistencia entre .env.example y settings.py respecto a la variable DOMAIN #58

Open
sergiogimenez wants to merge 2 commits from hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file into main

Pequeño pull request que facilita la vida al usuario que despliega devicehub. .env.example contiene DEVICEHUB_DOMAIN, pero settings.py espera que haya DOMAIN. Si el usuario se copia .env.examplea .envcomo se suele hacer, se queja porque DOMAIN no está definido.

En mi opinión es más conveniente como lo deja este pull request. He actualizado también el README en consecuencia. Ya decís si lo véis relevante :)

Pequeño pull request que facilita la vida al usuario que despliega devicehub. `.env.example` contiene `DEVICEHUB_DOMAIN`, pero `settings.py` espera que haya `DOMAIN`. Si el usuario se copia `.env.example`a `.env`como se suele hacer, se queja porque `DOMAIN` no está definido. En mi opinión es más conveniente como lo deja este pull request. He actualizado también el README en consecuencia. Ya decís si lo véis relevante :)
sergiogimenez added 2 commits 2025-02-25 09:02:04 +00:00
sergiogimenez added the
Kind/Enhancement
label 2025-02-25 09:02:15 +00:00
sergiogimenez added this to the 2025-q1 🌄 project 2025-02-25 09:02:21 +00:00
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file:hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git checkout hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git checkout main
git merge --ff-only hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git checkout hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git rebase main
git checkout main
git merge --no-ff hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git checkout main
git merge --squash hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git checkout main
git merge --ff-only hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git checkout main
git merge hotfix/use-devicehub-domain-in-settings-as-per-dotenv-file
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: ereuse/devicehub-django#58
No description provided.