Skip to content

Build system developed in python to assist with computational flows.

License

Notifications You must be signed in to change notification settings

patrickglass/creo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages