Here's how the update worked for me:

   - I was on version 2.9.11 (ubuntu 14.04, nginx, uwsgi, mongodb)
   - I used the "update" button on the admin panel.
   - It updated most of the files, then stopped with a message that there 
   was no DAL folder with an __init__ file.
   - So I created them in the gluon folder (empty __init__ file)
   - I clicked on the "update" button again.
   - This time it stopped with a message that there was no dal (lower case) 
   folder with an __init__ file.
   - So I created them also in the gluon folder (empty __init__ file).
   - I clicked on the "update" button again. No more messages, everything 
   works fine!
   - I installed the new "welcome.w2p" app using admin panel and looked at 
   db.py to see if it accessed the "dal" differently -- no the same for 
   mongodb.

Questions:

   1. There is nothing in my new DAL folder except the blank init file. Can 
   I delete them? (Maybe I made a mistake about the message being in upper 
   case?)
   2. Should I delete the old dal.py file in the gluon folder or is my 
   custom app using it? 

Thanks for everyone's good work!



-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to