Website for the Python Software Society of Uganda, built with Django 5 and Tailwind CSS 4.
- Python 3.10+
- Node.js 18+
- uv (Python package manager)
uv syncnpm installuv run python manage.py migrateYou need two processes running simultaneously: the Django dev server and the Tailwind CSS watcher.
Terminal 1 — Django server:
uv run python manage.py runserverTerminal 2 — Tailwind CSS watcher:
npm run watch-cssThe site will be available at http://127.0.0.1:8000.
npm run build-cssuv run python manage.py collectstatic