Skip to content

patrickleonardy/webapp-dorfkneipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dorfkneipe Webpage

A Django project for managing work shifts at a village pub.

Features

  • Info homepage
  • User authentication (login/logout)
  • View assigned work shifts
  • Admin interface for managing users and shifts
  • Bootstrap-based responsive design

Setup

  1. Install dependencies:
    pip install django
  2. Run migrations:
    python manage.py migrate
  3. Create a superuser:
    python manage.py createsuperuser
  4. Start the server:
    python manage.py runserver

Usage

  • Visit / for info page
  • /login/ and /logout/ for authentication
  • /my-shifts/ to view your assigned shifts
  • /admin/ for admin management

About

Webapp build in django to allow for easy shift management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors