1👍
You can wrap your SignalInfo
creation code in a try...except
block so the error won’t interfere. The only side-effect would be that the initial models created by syncdb
won’t have SignalInfo
objects associated with them.
Source:stackexchange.com