pip install -r requirements.txt
python app.pyOpen: http://127.0.0.1:5000
/→ Home/about→ About Us/services→ Services/contact→ Contact Form/admin→ Admin Dashboard (login required)
- Username:
admin - Password:
kavishree@123Change these in app.py before deploying!
- Replace all
+91 99999 99999with real phone number - Replace
info@kavishree.comwith real email - Update office address
- Change admin credentials in app.py
- Set
debug=Falsein app.py - Change
app.secret_keyto a random strong string
- Push to GitHub
- Go to render.com → New Web Service
- Connect GitHub repo
- Build Command:
pip install -r requirements.txt - Start Command:
gunicorn app:app
- Upload files via Files tab
- Create web app → Flask → Python 3.x
- Set source directory and WSGI file path