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

Adding reload browser and changing dependencies #20

Merged
merged 3 commits into from
Feb 18, 2024
Merged

Conversation

LopesLs
Copy link
Owner

@LopesLs LopesLs commented Feb 18, 2024

No description provided.

In development we always need to press f5 for reload the page for testing new features, now any change will
simply be applied when the files saves.

This commit implement a new library called django-browser-reload by adamchainz that detects files changes and
reset the server.
Was identified that dependencies was outdated, so i decided to upgrade all packages

This commit changes the version of requirements.txt file
For organization purposes, i decide to separate dev from production dependencies.

This commit implements a file called requirements-dev.txt that have all content of
default requirements but with some extra packages
@LopesLs LopesLs added the enhancement New feature or request label Feb 18, 2024
@LopesLs LopesLs self-assigned this Feb 18, 2024
@LopesLs LopesLs merged commit 5c32420 into dev Feb 18, 2024
6 checks passed
@LopesLs LopesLs deleted the feat/automatic-reload branch February 18, 2024 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant