uchicago-library / library_website

The University of Chicago Library Website
5 stars 5 forks source link

Local config reduction and deployment project #765

Open bbusenius opened 4 months ago

bbusenius commented 4 months ago

Issue

We should reduce the size of our local.py file. Ideally this file would be unnecessary and entirely optional. Additionally we should have a version of this file (if needed) under some form of private version control for our Apache based systems. GitHub is not a good option for this.

Config refactoring options to explore

Elimination of unnecessary configurations

In doing this, there might be cases where the code base or unit tests need to be updated. It should also be expected that some code could be entirely eliminated since.

Version control