Skip to content

pr3Cash/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 project is more like a template project(I hope this should be useful to you) for a ecommerce website.

Usage

if you dont have pipenv: Pipenv: A Guide to the New Python Packaging Tool – Real Python
install it using "pip install pipenv"
To initialize the pipenv
To activate the environment, just navigate to your project directory and use pipenv shell to launch a new shell session or use pipenv run to run a command directly.

Commands to Runserver

$pipenv shell

Then simply apply the migrations:

$ python manage.py migrate

You can now run the development server:

$ python manage.py runserver

Thank you!

About

gagan anna repo ki modification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.5%
  • CSS 38.9%
  • Python 13.6%
  • HTML 6.0%