patrickglass / creo

Build system developed in python to assist with computational flows.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

creo

Build system developed in python to assist with computational flows.

Django Custom Setup:

Declare a new setting for the Component to link configurations to
In my case I am assuming it is called 'Comp' in 'myapp' app.

CREO_COMPONENT_MODEL = 'myapp.models.Comp'


settings.AUTH_USER_MODEL also linked to for record keeping


add 'creo' to installed apps

ensure you have a base template named 'base.html'

About

Build system developed in python to assist with computational flows.

License:Apache License 2.0


Languages

Language:Python 98.3%Language:HTML 0.9%Language:Makefile 0.8%