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