>Shame symlinks aren't available in Windows...

Sure they are...mklink

On Aug 20, 3:23 pm, Fran <[email protected]> wrote:
> On Aug 20, 7:36 pm, ebustalk <[email protected]> wrote:
>
> > I would like to have a central location where all my applications can
> > share the same
> > -database setting
> > -authentication settings
> > -global layout file / templates
> > What is the recommended way of accomplishing this?
>
> Symlinks
>
> i.e.
> mkdir global/views
> mkdir global/models/db.py
> ln -s global/views app1/views
> ln -s global/views app2/views
> ln -s global/models app1/models
> ln -s global/models app2/models
>
> Shame symlinks aren't available in Windows...
>
> F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" 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/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to