ztimson 895c6e8a5b
Some checks failed
Build / Build & Push Dockerfile (push) Failing after 20s
Updated readme
2023-12-14 19:15:57 -05:00
2018-02-26 22:02:50 -05:00
2018-01-14 20:48:45 -05:00
2019-01-23 10:07:09 -05:00
2018-02-26 22:02:50 -05:00
2018-01-14 21:05:47 -05:00
2018-02-26 22:02:50 -05:00
2018-01-31 18:55:36 -05:00
2023-12-14 19:08:47 -05:00
2018-01-14 21:05:47 -05:00
2023-12-14 19:08:47 -05:00
2023-12-14 19:06:07 -05:00
2017-08-17 13:20:57 -04:00
2018-02-26 22:02:50 -05:00
2023-12-14 19:15:57 -05:00
2023-12-14 19:15:57 -05:00


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.

Description
Ontario Association of Child Protection Lawyers
Readme 4.9 MiB
Languages
HTML 51%
Python 46.9%
CSS 1.8%
Dockerfile 0.3%