This is a site I quickly put together to find out what Kia Telluride's were being produced and what dealers they are going to.
This is being hosted on Failcat.
For more info on Tellurides, I recommend this forum
- Database is Postgres
- Python 3.6.8
- PIP
pip install -r requirements.txt
export DATABASE_URL=postgresql://localhost/telly
python run.py db init
python run.py db migrate
python run.py db upgrade
pg_restore --verbose --clean --no-acl --no-owner -h localhost -d telly latest.dump
python run.py runserver