Lets say I have an application, the public portion of the website gives
information and allows people to sign up to say a mailing list.

Now I also want to use the same database models for the admin area, where
owners of this site can log in, edit users, send out mailing, respond to
questions, etc etc.

The web panel portion of the site needs to run under https, and needs to
access the database of users that have signed up, however that is the only
thing it needs to access is the db (which is using a mysql backend).

Should I just symlink the db.py and run two apps? or is there a better
solution?

-Thadeus

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to 
web2py+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to