i just installed this to give it a spin - when i went to bring up the
admin interface for my model i got an error saying it couldn't locate
my app

exceptions.ImportError: No module named myapp.lib.base

the myapp application is just a development app i've been working on -
it's not located in any recognized python location - how do i tell
restin where to find it?

On Apr 27, 12:38 pm, __wyatt <[EMAIL PROTECTED]> wrote:
> I've been working on a new admin app that I'm calling Restin (for
> "RESTful admin"). It's pretty basic right now and has some issues that
> need working out, but it does provide some useful functionality
> already.
>
> Restin is designed to work with any ActiveMapper or Elixir model, not
> just those defined in a Pylons project. In other words, it's an admin
> app *written* in Pylons, but it's for use on any ActiveMapper based
> model. (It's a probably a bit Pylons-centric at this point though.)
>
> Another interesting aspect is that it's built to operate on multiple
> models. You supply a bit info about your apps/models and then you can
> admin all of them through a single interface.
>
> Please note that this a preview (pre-pre-alpha). I'm making use of it
> now, though, and others might find it useful as well. Any and all
> feedback welcome.
>
> -Wyatt


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to