This repository contains the source codes of ZIMA-Tables.org. It is a Django project built on top of ZIMA-WEB-Parts. The data of mechanical tables and engineering calculations are in a standalone repository.
- Python 3.6+
- Django 3.0+
- ZIMA-WEB-Parts
Create zima_tables/local_settings.py
and configure at least the following
settings:
ALLOWED_HOSTS
SECRET_KEY
DATABASES
STATIC_ROOT
MEDIA_ROOT
ZWP_DATA_SOURCES
For more configuration requirements, see the installation instructions of ZIMA-WEB-Parts.
Initialize the database:
$ python manage.py migrate