-
Notifications
You must be signed in to change notification settings - Fork 1
Installation & Setup Guide
Andrew Dzobko edited this page Feb 7, 2025
·
1 revision
git clone https://github.com/Collert/Pavilion.git
cd Pavilionpython -m venv venv
source venv/bin/activate # Windows: venv\Scripts\activatepip install -r requirements.txtpython manage.py migratepython manage.py createsuperuserpython manage.py runserverThe application will be accessible at http://127.0.0.1:8000/
- Overview of Pavilion
- Key Features & Goals
- Overview of System Architecture
- Order Processing Workflow
- POS System Overview
- Inventory Management System
- Code Standards & Best Practices
- Checking Issues & Picking Tasks
- Submitting Issues & Pull Requests
- Common Issues & Fixes
- Debugging Tips
- Logs & Error Handling