CodeForPhilly / balancer-main

CodeForPhilly balancer project (https://opencollective.com/code-for-philly/projects/balancer)
GNU Affero General Public License v3.0
11 stars 8 forks source link

Implement minimal django settings #15

Closed jusjayson closed 7 months ago

jusjayson commented 11 months ago

A developer should initialize a local django project with proper settings

Purpose

There are currently no standards implemented for the following

  1. Settings directory: Proper base settings file which can be inherited and overwritten with environment specifics.
  2. Testings framework: Base test framework package specifications and configuration

Description

It WILL be a problem during onboarding, and when trying to split up work, as we'll have conflicts in both standards and files.

Functionality: TLDR of what will this change?

Will lead to minimumal standards for project launch and testing.

Affects: Where will this change?

Configuration

Pros/Cons

We'll have to talk to each other, and possible disagree a bit 🤜 🤛