Skip to content

ZIMA-Engineering/ZIMA-Tables.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZIMA-Tables.org

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.

Requirements

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published