[web2py] Re: How to organize the model for a chat application?

2014-06-03 Thread Rufus
If you don't want to create group authentication, and playing with a single registration view different types of users. I wonder if you could have the users log into to a completely different app, if all it was for was for the chat. It is possible to share databases between web2py

[web2py] Re: How to organize the model for a chat application?

2014-06-02 Thread 黄祥
My question is, to integrate it with a chat application to work for the users and employees would I need to have the users and employees stored in separate tables? Should I create a separate table for the employees? It depends on how you designed your model, in the past i've walking in the

[web2py] Re: How to organize the model for a chat application?

2014-06-02 Thread Shubham Sinha
Alright the only problem is that since I am not using web2py's built in user authentication for the employees wouldn't I need to write separate views for logout,login etc? I want the employee registration to be exactly like the user but with different fields On Monday, June 2, 2014 5:58:24 PM