oacpl/README.md
ztimson 895c6e8a5b
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 20s
Updated readme
2023-12-14 19:15:57 -05:00

3.4 KiB


Logo

OACPL

Deprecated: Ontario Association of Child Protection Lawyers

Version Pull Requests Issues



Table of Contents

About

Deprecated

A Django website for the Ontario Ascociation of Child Protection Lawyers which not only acts as a landing page for the non-profit but also provides the following services:

  • Member enrollment & profile pages
  • Public FAQ forum to ask registered lawyers questions
  • Event calendar & registration
  • Newsletters & press releases
  • Case law directory allowing lawyers to quickly search and find president for cases
  • An expert lookup directory so that lawyers can research expert witnesses before putting them on the stand

Built With

Django Docker Python

Setup

Production

Prerequisites

Instructions

  1. Run the docker image: docker run -p 80:8000 git.zakscode.com/ztimson/oacpl:latest
  2. Open http://localhost

Development

Prerequisites

Instructions

  1. Install the dependencies: pip install -r requirements.txt
  2. Run database migrations: python3 manage.py makemigrations && python3 manage.py migrate
  3. Collect static files: python3 manage.py collectstatic
  4. Start server: python3 manage.py runserver 0.0.0.0:8000
  5. Open http://localhost:8000

License

Copyright © 2023 Zakary Timson | All Rights Reserved

See the license for more information.