Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 749 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 749 Bytes

baliraja-ecom-webapp

ecom website

Getting Started with [django-admin startproject baliraja]

Create Django app in project with [py manage.py startapp app]

Create superuser for admin with [py manage.py createsuperuser]

register created app in settings.py of project

create url.py file in app and include it in project

write class in manage.py file.

logics in views.py

register base dir. of static and teamplates in settings.py file.

#Environment

Python(Django-Framework),HTML, CSS, JS, JQuery, Bootstrap 5.

#PayMent method

COD and Razor pay

#You can run this project with

py manage.py runserver

Runs the app in the development mode.
Open http://localhost:8000 to view it in your browser.