Skip to content

trailhawks/trailhawks.com

Repository files navigation

Welcome to Lawrence Trail Hawks website 👋

Version License: LIMITED Twitter: webology

The trailhawks.com and hawkhundred.com websites have been running on Django and Postgres going on ten years.

Demo

Install

docker-compose build

Usage

# Clone our repo from GitHub
git clone git@github.com:trailhawks/trailhawks.com.git
cd trailhawks.com

# copy our sample env and edit it
cp .env-sample .env

# build our primary Docker image
docker-compose build

# Some house cleaning
docker-compose run --rm web python manage.py collectstatic --noinput
docker-compose run --rm web python manage.py migrate
docker-compose run --rm web python manage.py createsuperuser

# Run our dev server
docker-compose up

# Open the Admin and add some races and weekly runs
open http://localhost:8000/admin/

Run tests

# TDB
# docker-compose run --rm web pytest

Author

👤 Jeff Triplett

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator