Skip to content

Gaganraj2002/Django-Honda-showroom-Webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Honda Showroom Webapp

Check the WebApp

This repository contains a template for an ecommerce website built using the Django framework.

Usage

To use this template project, follow these steps:

  1. Clone the repository to your local machine:
git clone https://github.com/Gaganraj2002/Django-Honda-Showroom-Webapp.git
  1. If you don't have Pipenv installed, you can follow this guide to install it: Pipenv: A Guide to the New Python Packaging Tool – Real Python

  2. To initialize Pipenv, run the following command:

pip install pipenv
  1. Navigate to the project directory:
cd Django-Honda-Showroom-Webapp
  1. Activate the Pipenv environment:
pipenv shell

Alternatively, you can use pipenv run <command> to run a specific command directly.

  1. Apply the database migrations:
python manage.py migrate
  1. Start the development server:
python manage.py runserver

You can access the application in your web browser by visiting the provided local server address (usually http://127.0.0.1:8000/).

For additional management commands, such as creating a superuser, running tests, or collecting static files, refer to the Django documentation: Django Management Commands

Thank You!

Thank you for using the Django Honda Showroom Webapp template. If you have any questions or need assistance, feel free to reach out.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published