No worries, Dor. I wish you the best of luck!

On Monday, June 22, 2015 at 4:27:40 PM UTC-4, Dor litay wrote:
>
> I wanted to use symbolic links, but mixing them with git on windows and 
> mac got me into troubles.
> I guess i will write a small script of this.
>
> Thank you Nick for the replay.
>
>
> On Mon, Jun 22, 2015 at 11:16 PM Nick (Cloud Platform Support) <
> pay...@google.com> wrote:
>
>> You'll need to make sure that the .py files that contain the model 
>> definitions are available to both modules when deployed. The naive way to 
>> do this is to simply copy the files.
>>
>> Another option is that you can put the definitions in a central location 
>> and use symbolic links to include them into the module's subfolder when 
>> deploying. 
>>
>> If you have a need to transfer the project between operating systems, you 
>> should package everything into one folder, and use a build tool to copy the 
>> libs into the necessary location within a module before deploying that 
>> module.
>>
>> If you'd like to make a feature request for app.yaml to include a stanza 
>> which allows the inclusion of paths relative to app.yaml (including 
>> directories above the module's directory in the file-system tree), you 
>> should post this to the public issue tracker, although the other solutions 
>> given have sufficed pretty generally for the times when I've faced this 
>> need.
>>
>>
>> On Monday, June 22, 2015 at 12:21:34 PM UTC-4, Dor litay wrote:
>>>
>>>
>>> I have an App-Engine application that is compose of different modules, 
>>> how can I share code between them (specifically I want to share my NDB 
>>> models).
>>>
>>>
>>> I did a little searching and found the "appengine_config.py" and the 
>>> "symbols link", but "appengine_config.py" doesn't seems to work at all with 
>>> the new gcloud, and I can't use "symbols link" because I have an 
>>> multi-platform development environment.
>>>
>>>
>>> Any help will be appreciate.
>>>
>>  -- 
>> You received this message because you are subscribed to a topic in the 
>> Google Groups "Google App Engine" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/google-appengine/RfdaiPeAWOY/unsubscribe
>> .
>> To unsubscribe from this group and all its topics, send an email to 
>> google-appengine+unsubscr...@googlegroups.com.
>> To post to this group, send email to google-appengine@googlegroups.com.
>> Visit this group at http://groups.google.com/group/google-appengine.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/google-appengine/d0544296-9cc0-473b-91d1-dae0167c7709%40googlegroups.com
>>  
>> <https://groups.google.com/d/msgid/google-appengine/d0544296-9cc0-473b-91d1-dae0167c7709%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/a74c8197-8606-4e27-bdaa-341ff002abc8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to