The Dev Day website is built using Django CMS. The project consists of a Django CMS content management part and some custom Django apps for talk, attendee and speaker management.
Information on how to set up a development environment on your machine, running the application, and performing various development and maintaince tasks is detailed in README-DEV.md. It also includes some application design information.
To get a local development instance up and running:
- Install Docker (on macOS and Windows install Docker For Desktop)
- Install Docker Compose
- Clone this repository
- Run
./run.sh devdata
in a shell and wait for it to complete (Windows: use Git Bash) - Access the web site at localhost:8000
- Log in as
[email protected]
with passwordadmin
.
To set up a test or production environment, see README-PROD.md.
We welcome your ideas and improvements! Please see CONTRIBUTING.md for details.
This Django project has been made possible by the contributions of:
- Jan Dittberner
- Jeremias Arnstadt
- Felix Herzog
- Stefan Bethke
- Daniel Sy
and the Software Engineering Community at Deutsche Telekom MMS GmbH.