added filename field for the 3d model
This commit is contained in:
parent
234e7f2c60
commit
17c10c3278
6 changed files with 88 additions and 1 deletions
|
|
@ -156,3 +156,11 @@ LOGGING = {
|
|||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Custom config settings
|
||||
MODEL_DIRS = (
|
||||
# put model directories here, separated by commas. If there are
|
||||
# models with the same name under different directories, the first
|
||||
# directory will be used
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue