Created a .env environmental variable file to store our environmental variables#3
Open
danielTunwashe wants to merge 1 commit into
Open
Conversation
Owner
|
@dependabot merge
…On Tue, Apr 18, 2023 at 4:41 AM Tunwashe Daniel ***@***.***> wrote:
Created a .env folder to store our environmental variables in order to
prevent writing every time when our application is closed and opened again.
In the process, I modified the requirements.txt file by running "pip
install python-dotenv".
so henceforth, to run the application, we simply just type the command
flask run
------------------------------
You can view, comment on, or merge this pull request online at:
#3
Commit Summary
- 4bee07d
<4bee07d>
Created a .env enviromental variable file to store our enviroment variables
File Changes
(3 files
<https://github.com/hamzaavvan/library-management-system/pull/3/files>)
- *A* .env
<https://github.com/hamzaavvan/library-management-system/pull/3/files#diff-e9cbb0224c4a3d23a6019ba557e0cd568c1ad5e1582ff1e335fb7d99b7a1055d>
(3)
- *M* .gitignore
<https://github.com/hamzaavvan/library-management-system/pull/3/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947>
(3)
- *M* requirements.txt
<https://github.com/hamzaavvan/library-management-system/pull/3/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552>
(13)
Patch Links:
- https://github.com/hamzaavvan/library-management-system/pull/3.patch
- https://github.com/hamzaavvan/library-management-system/pull/3.diff
—
Reply to this email directly, view it on GitHub
<#3>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNY3RMSDTEXXSKOBKM6TSLXBXIK5ANCNFSM6AAAAAAXB3KXO4>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Owner
|
@dependabot squash and merge
…On Thu, Nov 30, 2023 at 2:35 PM Hamza Avvan ***@***.***> wrote:
@dependabot merge
On Tue, Apr 18, 2023 at 4:41 AM Tunwashe Daniel ***@***.***>
wrote:
> Created a .env folder to store our environmental variables in order to
> prevent writing every time when our application is closed and opened again.
> In the process, I modified the requirements.txt file by running "pip
> install python-dotenv".
>
> so henceforth, to run the application, we simply just type the command
> flask run
> ------------------------------
> You can view, comment on, or merge this pull request online at:
>
> #3
> Commit Summary
>
> - 4bee07d
> <4bee07d>
> Created a .env enviromental variable file to store our enviroment variables
>
> File Changes
>
> (3 files
> <https://github.com/hamzaavvan/library-management-system/pull/3/files>)
>
> - *A* .env
> <https://github.com/hamzaavvan/library-management-system/pull/3/files#diff-e9cbb0224c4a3d23a6019ba557e0cd568c1ad5e1582ff1e335fb7d99b7a1055d>
> (3)
> - *M* .gitignore
> <https://github.com/hamzaavvan/library-management-system/pull/3/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947>
> (3)
> - *M* requirements.txt
> <https://github.com/hamzaavvan/library-management-system/pull/3/files#diff-4d7c51b1efe9043e44439a949dfd92e5827321b34082903477fd04876edb7552>
> (13)
>
> Patch Links:
>
> - https://github.com/hamzaavvan/library-management-system/pull/3.patch
> - https://github.com/hamzaavvan/library-management-system/pull/3.diff
>
> —
> Reply to this email directly, view it on GitHub
> <#3>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACNY3RMSDTEXXSKOBKM6TSLXBXIK5ANCNFSM6AAAAAAXB3KXO4>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Umair-Devops-425
added a commit
to Umair-Devops-425/library-management-system
that referenced
this pull request
Oct 23, 2025
Umair-Devops-425
added a commit
to Umair-Devops-425/library-management-system
that referenced
this pull request
Oct 29, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Created a .env folder to store our environmental variables in order to prevent writing every time when our application is closed and opened again. In the process, I modified the requirements.txt file by running "pip install python-dotenv".
so henceforth, to run the application, we simply just type the command flask run