GeekTrainer / confoo-django-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Conference Management Application

This is a Django-based web application for managing a conference. It allows potential speakers to submit talks for approval. The talks can then be approved or rejected by staff.

Features

  • User authentication
  • Talk submission
  • Talk approval/rejection
  • Talk listing
  • Talk detail view

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Project structure

The project is divided into two main Django apps:

  • agenda: This app contains the models and views for the conference agenda.
  • conference_auth: This app contains the models and views for user authentication.

Demo overview and setup

Instructions are provided for two demos based around this repository to highlight features of GitHub Copilot.

About


Languages

Language:Python 80.8%Language:HTML 15.4%Language:Dockerfile 3.2%Language:Shell 0.6%