Start building wahlfang as a pip package.
This has major implications though, especially for how settings are handled in a production deployment.
This MR implements changes such that we assume a settings file /etc/wahlfang/settings.py
which imports and overwrites the base settings and is then loaded in the manage.py
command and the wsgi
and asgi
application.
make package
builds the python package
TODO: