Skip to content

devdaydresden/devday_website

development
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Build Status Coverage Status

Dev Day website

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.

Developing

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.

Quickstart

To get a local development instance up and running:

  1. Install Docker (on macOS and Windows install Docker For Desktop)
  2. Install Docker Compose
  3. Clone this repository
  4. Run ./run.sh devdata in a shell and wait for it to complete (Windows: use Git Bash)
  5. Access the web site at localhost:8000
  6. Log in as admin@devday.de with password admin.

Running A Production Environment

To set up a test or production environment, see README-PROD.md.

Contributing

We welcome your ideas and improvements! Please see CONTRIBUTING.md for details.

Credits

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 T-Systems Multimedia Solutions GmbH.