Modifications/Customizations Aren't Showing Up

An easy thing to forget. If you’ve recently modified your settings.py file or the SQLite database you need to migrate and collect static for your changes to take effect in the app.

./manage.py migrate
./manage.py collectstatic

then restart Apache from it’s appropriate directory
./restart