I'm trying to import into model.py several modules, all located in the
project package. I'm trying both class imports and package imports:

  import user

as well as

  from user import User

When I run tg-admin create sql, I'm getting:

  ...
  No classes found!
  No modules specified
  No packages specified
  Looked in eqqs: a2

The Getting Starting guide talks about being able to import into
model.py, but I'm having a heck of a time actually doing it.

 -- Garrett

Reply via email to