Yes its just the scaffolding of the app; I didn't realize it.
I am going to "play" more today. I really like what I see; It seems more
and more intuitive as I go forward. Sometimes you over complicate things
just because thats the way it works in other frameworks.
Thanks for your help.
On 12/26/10 10:18 AM, Anthony wrote:
On Sunday, December 26, 2010 12:05:59 AM UTC-5, David J wrote:
Thanks;
I am slowly understanding it. I created an app called app1; seems
like
when I go to the url localhost:8000/app1/default/index it
redirects me
to the welcome app?
I saw somewhere that the welcome app is the "Default" app;
wondering why
its not finding the app when I try the url?
Thanks
Are you saying it literally redirects you to
localhost:8000/welcome/default/index (which shouldn't happen), or just
that app1 looks like the welcome app? If you create a new app via the
web-based admin interface, it will simply copy the welcome app, so
your new app will start out looking like the welcome app (the purpose
of the welcome app is to serve as a scaffolding app that you can modify).
Anthony