tipis
This commit is contained in:
parent
72e65d0ea0
commit
226b35479f
4
.env
4
.env
@ -7,8 +7,8 @@
|
||||
# Optional: override 'From' email
|
||||
SMTP_HOST=smtp.gmail.com
|
||||
SMTP_PORT=587
|
||||
SMTP_USER=maulanaryan2004@gmail.com
|
||||
SMTP_PASS=kfebdpeoaxfabzpm
|
||||
SMTP_USER=appsibal@gmail.com
|
||||
SMTP_PASS=yogsorikxfqymakh
|
||||
SMTP_SENDER_NAME=SIBAL
|
||||
|
||||
OTP_DEBUG=false
|
||||
|
||||
Binary file not shown.
2
text
2
text
@ -1,4 +1,4 @@
|
||||
cd 'C:\Users\ilham\Downloads\Projek-SIBAL-main\Projek-SIBAL-main'
|
||||
cd 'C:\Users\ilham\Downloads\Projek-SIBA\Projek-SIBAL-main'
|
||||
python -m venv .venv
|
||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
|
||||
8
text copy
Normal file
8
text copy
Normal file
@ -0,0 +1,8 @@
|
||||
cd 'C:\Users\ilham\Downloads\Projek-SIBAL-main\Projek-SIBAL-main'
|
||||
python -m venv .venv
|
||||
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Process -Force
|
||||
.\.venv\Scripts\Activate.ps1
|
||||
pip install -r requirements.txt
|
||||
pip install authlib
|
||||
pip freeze > requirements.txt
|
||||
python sibal.py
|
||||
Loading…
x
Reference in New Issue
Block a user