Skip to content

Website based on Django to track a team-based multi-stage bike race.

Notifications You must be signed in to change notification settings

lengerke/bikeracesite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Bike Race Site

This repo is a work in progress website based on Django. Its purpose is to help organize a multi-stage bike race with many cyclists grouped up into several teams.

Installation

Importing the project

In a suitable folder do the following

git clone https://github.com/lengerke/bikeracesite.git

Dependencies

  • Python 3.8
  • Django 4.2.17 After innstalling Python, you may want to configure a separate venv environment in the project folder, e.g., via
cd bikeracesite/
python -m bikeracevenv .venv
source .venv/bin/activate

To install Django follow this guide that can be boiled down to

python -m pip install Django

You also need bootstrap

python -m pip install django-bootstrap-v5

About

Website based on Django to track a team-based multi-stage bike race.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published