added filename field for the 3d model

This commit is contained in:
Shane Frischkorn 2013-07-24 20:31:29 +10:00
parent 234e7f2c60
commit 17c10c3278
6 changed files with 88 additions and 1 deletions

View file

@ -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
)