392 B
392 B
Arbit
Internal dashboard for tracking thrifted inventory, resale pricing, and profitability.
Local setup
- Create a virtual environment.
- Use Python 3.9 or newer.
- Install dependencies with
pip install -e .. - Run migrations with
python manage.py migrate. - Create a superuser with
python manage.py createsuperuser. - Start the server with
python manage.py runserver.