The monorepo for the new PyCon Italia website, based on Django, Strawberry, Next.js and React.
Use our local docker-compose setup to start all services you need.
After cloning the project, you can run:
docker-compose up
to start the services.
You will find the services at the following ports:
Service name | Address |
---|---|
Backend | https://localhost:8000/admin - https://localhost:8000/cms-admin |
Frontend | https://localhost:3000 |
Everything you need to get started is already configured and will work out of the box.
If you need to work with our Stripe or Pretix integration, you will have to ask on Slack which secret key you need and why you need it.
Once given, create a .env
file at the project root with inside:
STRIPE_PUBLIC_KEY=
PRETIX_API_TOKEN=
STRIPE_WEBHOOK_SIGNATURE_SECRET=
STRIPE_SECRET_API_KEY=
Adding the secret keys after the =
symbol.
Repos used by this project are in separate repositories.
Name | Description | Link |
---|---|---|
Pretix Extended API | Pretix plugin to expose more APIs | https://github.com/pythonitalia/pretix-plugin-extended-api |
Pretix Attendance certificate | Pretix plugin to generate and send Attendance certificates | https://github.com/pythonitalia/pretix-plugin-attendance-certificate |