Skip to content

KelvinHalx/STOREFRONT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Store Front

Installation and Running Project

Install & Check Python

python3 --version

Clone the repository

git clone ""

Installing pipenv on entire machine

pip3 install pipenv

Virtual Enviroments

Creating virtual enviroment for the specific project

pipenv install django

Activating

pipenv shell

Starting a Django project

django-admin
# list all django commands available
django-admin startproject projectname .
# This will start a roject at the current directory without creating another directory where projectname is the name of the project you intent to make

Running the server

python manage.py runserver

Creatin an app in the project

python manage.py startapp new_app_name

About

Django E-commerce Store

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages