Skip to content

A point of sale system implemented in django

Notifications You must be signed in to change notification settings

phanuelmutuma/django-pos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-pos

A point of sale system implemented in django.


Setup

  1. Clone this project.
git clone https://github.com/parthsharma2/django-pos.git
  1. Move into the cloned project's directory.
cd django-pos
  1. Create a python 3 virtual environment and activate it.
python3 -m venv env
source env/bin/activate
  1. Install the requirements.
pip install -r requirements.txt
  1. Make database migrations.
python manage.py makemigrations
python manage.py migrate
  1. Run the application.
python manage.py runserver

About

A point of sale system implemented in django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 48.5%
  • HTML 42.3%
  • JavaScript 7.8%
  • CSS 1.4%