In django is there way to import all modules
ex: from project.models import *
ex: from project1.models import *
Can this be done with one statement
|
In django is there way to import all modules
Can this be done with one statement
| |||||||
feedback
|
|
If you just want to do this when testing things in the shell, look into the This is a really neat extension, which starts a shell and automatically loads all the models in your project when you do | |||
feedback
|