[web2py] [pydal] Connect to Heroku Database

2020-07-21 Thread Carlos Zenteno
Has anybody been able to connect to a Postgres database using stand alone Pydal? I know I have to pass the database credentials via the environment variable DATABASE_URL thru the heroku-cli like this: DATABASE_URL=$(heroku config:get DATABASE_URL -a books-proyecto1) MY-PROCESS but I don't know w

Re: [web2py] Re: Scheduler for py4web ?

2019-11-01 Thread Carlos Zenteno
a python function from your code. > Gulp and alike are task automation tools like creating files and folders , > compiling jade to html or sass to css. > Not the same thing.. > and yes you should be able to use gulp with py4web. > > > Carlos Zenteno escreveu em sex, 1/11/2019 às 1

[web2py] Re: Scheduler for py4web ?

2019-11-01 Thread Carlos Zenteno
Is a scheduler the same thing as a task manager? Can we use GULP with py4web? -- 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

[web2py] Re: Does web2py support SSE (server sent events) from HTML5?

2019-04-17 Thread Carlos Zenteno
following -- 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.

[web2py] HELP: Communication error

2018-08-31 Thread Carlos Zenteno
When editing app source from web interface there is a problem while saving ...I'm getting 'Last saved on: communication error' and nothing saved ... tried several times and even re-installed simplejson No luck it was working perfect last night and this morning this happened. Help !! -- Resou

Re: [web2py] Re: Questions about production environment / large applications

2017-04-06 Thread Carlos Zenteno
Thanks for the great reply Jim... On Wed, Apr 5, 2017 at 4:31 PM, Jim S wrote: > Here is a quick list of reasons why we host > > 1. Data sync - we sync data to/from a number other platforms that we host > here as well, HR/Payroll (MS SQL), Accounting/Inventory (AS/400), Product > Development (Pe

Re: [web2py] Re: Questions about production environment / large applications

2017-04-05 Thread Carlos Zenteno
@Jim Do you do this more for private control of your app(s) and data or for efficiency? What were your considerations to go this route instead of cloud infrastructure like AWS/Pytnonanywhere/Heroku/etc ? On Tuesday, April 4, 2017 at 8:38:31 AM UTC-5, Jim S wrote: > > The advantages would be mor

[web2py] Re: How can i create radio buttons in web2py? And how can i link it with database?

2017-01-11 Thread Carlos Zenteno
Please read the book sections that Dave S pointed you towards so you can create your radio buttons. We do not give you fish in this forum, we teach you how to fish and those book pages will teach you how to create radio buttons. -- Resources: - http://web2py.com - http://web2py.com/book

[web2py] Re: What a good web2py application architecture looks like?

2016-11-18 Thread Carlos Zenteno
You may want to have a look at Sahana Eden. It is open source. They basically use the models to initialize everything and to load modules. The modules can be "models" as in SQL tables or they can be code as in (probably) "business objects". Their software is used in a myriad of applications so it

[web2py] Curreny

2016-07-23 Thread Carlos Zenteno
Stupid question... When we run >From gluon import current Where does current is imported from? I have only found current defined in globals.py as : Import threading Current = threading.local () -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/w

[web2py] Re: How active and 'professional' is web2py?

2016-07-20 Thread Carlos Zenteno
It is not a "professional" product but check Sahara Eden. It is based in web2py, it has a framework S3 built on top of web2py and it is used in critical disaster operation when the app is put to the test at its maximum performance... I wonder if I should use Linux, it is really old and won pric

[web2py] Re: How active and 'professional' is web2py?

2016-07-20 Thread Carlos Zenteno
It is not a "professional" product but check Sahara Eden. It is based in web2py, it has a framework S3 built on top of web2py and it is used in critical disaster operation when the app is put to the test at its maximum performance... I wonder if I should use Linux, it is really old and won pric

[web2py] Re: Multiple selection dropdown widget, UI

2016-04-25 Thread Carlos Zenteno
Thank for asking and answering yourself. I am sure somebody will find it useful. -- 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 messa

[web2py] Re: Multiple selection dropdown widget, UI

2016-04-25 Thread Carlos Zenteno
Thank for asking and answering yourself. I am sure somebody will find it useful. -- 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 messa

[web2py] reddit clone - foreign key constraint failed

2015-11-26 Thread Carlos Zenteno
Coming back to web2py again. I am going through Massimo's videos and doing the reddit clone. I use appadmin to add users and categories and all is fine. then I proceed to add posts manually, without using 'populate' I get the following ticket/error: Error ticket for "reddit" Ticket ID 127.

[web2py] Re: web2py course on pluralsight

2015-11-09 Thread Carlos Zenteno
And also give the link here, so people can find it easily. http://www.pluralsight.com/courses/full-stack-web-development-python-web2py -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py

[web2py] Re: PyCharm license for web2py dev - who wants?

2015-10-14 Thread Carlos Zenteno
Don't want to burst any bubbles, but, I read somewhere that the free licenses are for the people that work on the Open Source Projects, the developers of the projects, not for the people that use the resulting product. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) -

[web2py] Re: Interrupts in the web2py environment?

2015-07-05 Thread Carlos Zenteno
Do you mean pre and post hooks? (I think interrupts are for hardware...) -- 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 becau

[web2py] Re: Email invite users - peer review

2015-05-29 Thread Carlos Zenteno
Great idea. My webapp needs something like this. Not in bulk but I can modify it to serve my needs -- 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) ---

[web2py] Re: Why web2pyslices.com is down? What we can do?

2015-05-09 Thread Carlos Zenteno
Maybe maintenance??? On Saturday, May 9, 2015 at 4:54:51 AM UTC-5, Carlos A. Armenta Castro wrote: > > Im trying to acces web2pyslices.com but the site is down ( > http://downforeveryoneorjustme.com/web2pyslices.com ). Anyone knows the > reason? =( > -- Resources: - http://web2py.com - http:/

Re: [web2py] Re: Dumb Question - from a real beginner

2015-04-10 Thread Carlos Zenteno
Could somebody edit the title of this question? for future reference and search... And erase my comment too (this comment)... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (

Re: [web2py] Re: web2py Complete Reference Manual

2015-04-08 Thread Carlos Zenteno
@Ron: There is a video somewhere, where Anthony talks about the inner works of web2py. Let me see if I can find it, unless someone nice, beats me to post it... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://

Re: [web2py] Drill-down menu with PostgreSQL

2015-04-05 Thread Carlos Zenteno
Thanks for explaining the "materialization" process. It will come handy on my app... -- 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 m

[web2py] Re: pyquery, pyjs and web2py

2015-03-25 Thread Carlos Zenteno
So what is the "the direction web development is taking though"? Everything in Javascript? -- 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

[web2py] Re: eVote installation - Cannot import module 'rsa'

2014-12-18 Thread Carlos Zenteno
Maybe you do not have the RSA module installed so you cannot import it? RSA module Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as

[web2py] Re: Apsis Pro

2014-10-09 Thread Carlos Zenteno
Looks good! Can you tell us more or less how much it cost? -- 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 subs

[web2py] Re: Alternative IDEs?

2014-07-15 Thread Carlos Zenteno
I use NINJA IDE. Very good IDE. Not perfect, not super complete but very good. I then copy and paste to the web2py web editor. http://ninja-ide.org/ -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.

[web2py] Inserting in Register Menu

2014-07-01 Thread Carlos Zenteno
Trying to insert a new option in the register/login menu (the one on the top right of admin). I searched and read a bunch of threads and concluded that the best way was to do it like thi

[web2py] Re: Open source examples of good practice for sizable web2py projects

2014-06-29 Thread Carlos Zenteno
Maybe check Sahana.org -- 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-

[web2py] Re: Radio widget not working as a Boolean

2014-06-27 Thread Carlos Zenteno
OK, my IS_IN_SET should be: IS_IN_SET([(True, T('Yes')),(False, T('No'))]) and now the selection shows in the form. Still: - it does not enforce default=False - no matter if I choose Yes or No (True or False), it puts True in db Having a feeling that this does not work with boolean ( a shame) I

[web2py] Radio widget not working as a Boolean

2014-06-27 Thread Carlos Zenteno
I have the following code in my model augmenting auth_user. auth.settings.extra_fields['auth_user'] = [ Field('is_club_member', 'boolean' , default=False, writable=True, readable=True, label=T('Are you a Club Member?'), requires=[IS_IN_SET([T('Yes'),T('N

[web2py] Re: Uniqueness in Multi-tenants

2014-06-25 Thread Carlos Zenteno
r/29/07/forms-and-validators#Custom-validators > On Wednesday, June 25, 2014 2:17:06 PM UTC-4, Carlos Zenteno wrote: >> >> We cannot enforce uniqueness (unique=true) within a tenant in >> multi-tenancy because >> the database does not know about tenants. >&

[web2py] Re: Uniqueness in Multi-tenants

2014-06-25 Thread Carlos Zenteno
@stifan Thanks for the response. You are right on the request_tenant field, and I should had explained it better. When you use tenants, you kind of partition the database so only the users of that tenant can see the info/data of that tenant, but all the information of all the tenants are in t

[web2py] Uniqueness in Multi-tenants

2014-06-25 Thread Carlos Zenteno
We cannot enforce uniqueness (unique=true) within a tenant in multi-tenancy because the database does not know about tenants. Has anybody found a way to enforce/design uniqueness using multi-tenancy? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/

[web2py] Group or/and Field

2014-06-25 Thread Carlos Zenteno
I am classifying my users within groups (ie, carpenters group) but I am wondering if it would be useful or more efficient to also add a field in auth_user (ie, is_carpenter). Would it be faster to check the is_carpenter flag in the db or to do it from the auth system checking the membership of

Re: [web2py] web2py conference - online talks

2014-05-17 Thread Carlos Zenteno
I played with a couple of the ractive.js tutorials and it looks nice to speed up DOM manipulation specially in phones. Also found Cordova which seems awesome to access all the phone features. Can anybody tell me a little about underscore.js? Seems like a copy of jQuery or Prototype but withou

[web2py] Re: Sending Emails HTMLemails with CSS

2014-05-07 Thread Carlos Zenteno
I could be wrong, but I think that the best way to design and send HTML emails is with inline CSS. The way the email processors handle the emails always breaks the email if it is using and external file. Try googling HTML Email Guidelines and you will see this is one of the main issues... --

[web2py] Re: Using stock Bootstrap

2014-04-26 Thread Carlos Zenteno
Try it and let us know please :) On Saturday, April 26, 2014 10:10:36 AM UTC-5, MJo wrote: > > What I loose from web2py if I create site where all .html files are first > cleaned up and written from scratch according Bootstrap manuals? > > BR, > -- MJo > -- Resources: - http://web2py.com -

[web2py] Re: trying to help young son learn Python, and...

2014-03-05 Thread Carlos Zenteno
One more vote for PythonAnywhere. Easy to setup and to use. I can recommend to you a class at codecademy for the fundamentals: http://www.codecademy.com/tracks/python and then in coursera.org: An Introduction to Interactive Programming in Python https://www.coursera.org/course/interactivepyt

[web2py] Re: web2py-mini-conference, May 4, 2014

2014-03-04 Thread Carlos Zenteno
+1 on the videos for all of us far away or even better a ustream channel!! -- 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 becau

Re: [web2py] Which Postgresql version?

2014-02-27 Thread Carlos Zenteno
Thanks Why so many versions of postgresql ? If we can use any of them, guess we should use the newest one? -- 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) ---

[web2py] Website + Web2py

2014-02-26 Thread Carlos Zenteno
I would like to have a website in front of web2py, probably one of those one pagers that are in vogue nowadays. What is the best way to achieve this? An html page that links to web2py? A web2py static page? I am thinking on having a blog too, for that I either going to use one of the web2py blo

[web2py] Which Postgresql version?

2014-02-26 Thread Carlos Zenteno
do I use postgresql 9.1, 9.2 or 9.3 with web2py? does it work ok with all of them? does psycopg2 works ok with any version of it and web2py? any tips on admin tools for linux for postgresql? thanks... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.co

[web2py] Re: web2py large model

2014-02-20 Thread Carlos Zenteno
Hi, welcome to Web2py. You do not need to post your question more than once. Somebody will answer your question. You have 2 answers in your previous one. If nobody answers is due to that nobody knows the answer, nobody understands your question -- Resources: - http://web2py.com - http://

[web2py] Re: web2py secrets video part 2???

2014-02-20 Thread Carlos Zenteno
I can't even see the one you loved... samuel links to other videos. Very good ones of a class that Massimo gave last year... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] Re: hostmonster, pythonanywhere, or gae for my current situation

2014-02-18 Thread Carlos Zenteno
The new link for the above Bruno Rocha instructions is: http://brunorocha.org/python/web2py/web2py-on-pythonanywhere.html -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Rep

[web2py] Version Control advice

2014-02-18 Thread Carlos Zenteno
Do you guys version control just the /applications directory or the whole web2py tree? What is better for auto-deployment when pushing to the production repo? Thanks... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) -

[web2py] Re: Best practice for a development environment together with a live environment

2014-02-11 Thread Carlos Zenteno
Stifan - can you tell us more of how you use Puppet with web2py applications? THanks... -- 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 thi

[web2py] Re: Important New Year News: Edison Award

2014-01-07 Thread Carlos Zenteno
Congratulations and good luck! Routing for you! On Friday, January 3, 2014 10:08:38 PM UTC-6, Massimo Di Pierro wrote: > > Web2py/me have been nominated for the Edison Award. Please wish web2py > (and me) good luck. :-) > > -- Resources: - http://web2py.com - http://web2py.com/book (Documentati

[web2py] Re: altering tables and gets database not working. trying to find a way to empty the database.

2013-12-20 Thread Carlos Zenteno
To answer your question. I go to a SQLITE utility (if your are using SQLITE) and delete the tables from there and then do #1 in your list, delete the database files for the same tables. It works for me this way... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - htt

[web2py] Re: Auth() vs auth()

2013-12-18 Thread Carlos Zenteno
Thanks Anthony! Very clear now -- 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 Grou

[web2py] Re: github - please follow

2013-12-18 Thread Carlos Zenteno
done! -- 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

[web2py] Auth() vs auth()

2013-12-18 Thread Carlos Zenteno
Newbee here... I know that Auth() is the class in gluon and it initial use: auth = Auth(db) But I have seen some uses like fom = auth() in some controllers. is there an auth() function besides the Auth() class? where can I find this kind of stuff on my own? THanks... -- Resources: - http://w

[web2py] Re: web2py Italy

2013-12-18 Thread Carlos Zenteno
Nice! but... does the different language groups dilute the knowledge from the rest of the world? Nizza! ma ... non effettua i diversi gruppi linguistici diluire la conoscenza dal resto del mondo? (from google translate) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation

[web2py] Two table register?

2013-12-18 Thread Carlos Zenteno
I want to make a form with four(4) fields from one of my tables and four(4) fields from auth_user, BUT I want to register the user at the same time. [from auth.user: name, last, email, pass] I know how to make a form with both and put the info on each table. My questions: 1) If I use the above

[web2py] Re: Online classes

2013-12-06 Thread Carlos Zenteno
Thanks so much for these Massimo. Looking forward to watching the videos! -- 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 becaus

Re: [web2py] Re: I need help understanding an issue with SQLFORM.factory ( in the context of a form wizard )

2013-11-12 Thread Carlos Zenteno
Thanks for the responses. I am using the answer on Google Groups but somehow it seemed that the missing message gave the solution as why the code showed did not work. It is not working for me too, so I will keep trying. Thanks again... -- Resources: - http://web2py.com - http://web2py.com/boo

[web2py] Re: I need help understanding an issue with SQLFORM.factory ( in the context of a form wizard )

2013-11-08 Thread Carlos Zenteno
Don, can you tell me how you made it work? I am not having any luck making it work and Anthony's answer has been deleted for some reason. thanks... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.co

[web2py] Re: _filter_fields

2013-10-31 Thread Carlos Zenteno
Thanks for the great explanation Anthony... -- 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 Go

[web2py] _filter_fields

2013-10-31 Thread Carlos Zenteno
Where can I find info about _filter_fields? What does it do? def _filter_fields (self, record, id=False): return dict([(k, v) for (k, v) in record.iteritems

[web2py] Re: TypeError: float argument required, not str

2013-10-26 Thread Carlos Zenteno
Thanks a lot Niphlod Actually, I erased the rows (all records) in table and the error persisted. I then used the drop() command and the table was recreated with 'double' instead of 'string'. Good to know this kind of stuff... -- Resources: - http://web2py.com - http://web2py.com/book (Document

[web2py] Re: TypeError: float argument required, not str

2013-10-26 Thread Carlos Zenteno
OK, I can erase all rows... but how do I drop the table? Kinda stupid question? -- 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

[web2py] Re: TypeError: float argument required, not str

2013-10-26 Thread Carlos Zenteno
Yes I did... Will try your suggestion and report back thanks... -- 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

[web2py] TypeError: float argument required, not str

2013-10-25 Thread Carlos Zenteno
This is my table: db.define_table('tenants_extra', Field('tenant', 'reference tenants'), Field('address', 'reference addresses'), Field('tenant_type', type = 'string', length = 32, default = T('Condo'), required = True, label = T('Type'), comment = T('Type of your organization'), not

[web2py] Re: Cannot add a NOT NULL column with default value NULL

2013-10-25 Thread Carlos Zenteno
I had a couple of records in the table. I went ahead and deleted those and now it works!! Weird... thanks for the help... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Rep

[web2py] Re: Cannot add a NOT NULL column with default value NULL

2013-10-25 Thread Carlos Zenteno
Yes I read all the old 2009 posts regarding this issue and added default = '' and also IS_NOT_EMPTY() and still get the same error... -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/iss

[web2py] Cannot add a NOT NULL column with default value NULL

2013-10-24 Thread Carlos Zenteno
What is wrong with the last line of my table? db.define_table('tenants_extra', Field('tenant', 'reference tenants'), Field('address', 'reference addresses'), Field('tenant_type', type = 'string', length = 32, default = T('Condominium'), required = True, label = T('Type'), comment = T(

[web2py] Re: Address format for all countries

2013-09-12 Thread Carlos Zenteno
I would be interested in seeing the complete code when done. Thanks... -- 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

[web2py] Dynamic Subdomains

2013-09-02 Thread Carlos Zenteno
Has anybody done Dynamic Subdomains? What I mean: I want each major user of my app to create a Dynamic subdomain when they register, i.e.: cowboys.example.com steelers.example.com dolphins.example.com The user selects the subdomain when registering. I have read that in some framew

[web2py] Re: Advice on Architecture/Design

2013-08-21 Thread Carlos Zenteno
t;> >> will team membership stay permanent for each season? >> >> >> >> On Thursday, August 15, 2013 2:40:28 PM UTC-7, Carlos Zenteno wrote: >>> >>> Hi all, >>> >>> Very new to web2py and I like it so far... >>> >>&g

[web2py] Re: Advice on Architecture/Design

2013-08-17 Thread Carlos Zenteno
corrected designed data > > is a "group" equivalent to a "team"? > > will team membership stay permanent for each season? > > > > On Thursday, August 15, 2013 2:40:28 PM UTC-7, Carlos Zenteno wrote: >> >> Hi all, >> >> Very new to we

[web2py] Advice on Architecture/Design

2013-08-15 Thread Carlos Zenteno
Hi all, Very new to web2py and I like it so far... I am going to develop an app where a 'team' representative will sign up for an account and this will create a team environment where the team players list can be entered. Each account will have 5 groups on it and the players will be moved/assi