Skip to content

Repository files navigation

WMS Django

Warehouse Management System built with Django.

Features

  • Product registration and listing
  • Stock control

Tech Stack

  • Python
  • Django

How to Run

1. Create and activate your virtual environment

# Create
python -m venv .venv

# Activate (Windows)
.venv\Scripts\Activate.ps1

# Activate (Linux/macOS)
source .venv/bin/activate

2. Install dependencies

pip install -r requirements.txt

3. Configure environment variables

cp .env-example .env
# Edit .env and set your SECRET_KEY

4. Run migrations

python manage.py migrate

5. Start the server

python manage.py runserver

About

Warehouse Management System built with Django

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages