Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with tw2.sqla #5

Open
ralphbean opened this issue May 27, 2012 · 0 comments
Open

Integration with tw2.sqla #5

ralphbean opened this issue May 27, 2012 · 0 comments

Comments

@ralphbean
Copy link
Contributor

I'm so stoked about this that I keep thinking of new ways we can increase the 'drop-in-replacement' character of tw2.bootstrap. Often, people mix-and-match tw2.forms and tw2.sqla in their applications. To make it easier for us to accommodate that case, we might want to take everything now in tw2.bootstrap and move it to tw2.bootstrap.forms and create a second distribution called tw2.bootstrap.sqla. That way, for people who have code like

import tw2.forms as twf
import tw2.sqla as tws

...they can just replace it with the following and be on their merry way.

import tw2.bootstrap.forms as twf
import tw2.bootstrap.sqla as tws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant