|
|
|
|
|
by maikhoepfel
4733 days ago
|
|
It's a Django project, so the command might be "syncdb" instead. If that doesn't do the trick, they'll have installed a custom management command that doesn't seem to get picked up. Grep the source code for installdb then. |
|