Re: [web2py] Re: Issue with the cheatsheet for web2py

2016-06-24 Thread Jason (spot) Brower
I will make a new one if I don't hear from you. Anything else we should add? On Jun 24, 2016 12:38, "Massimo Di Pierro" wrote: > yes. If I can find the source. > > On Thursday, 23 June 2016 06:11:15 UTC-5, Encompass solutions wrote: >> >> I was using this: >> >> http://web2py.com/examples/static/

Re: [web2py] Is web2py the right tool for this kind of project?

2016-03-22 Thread Jason (spot) Brower
Sure. Does just fine. Did similar my self this last year. All in web2py. On Tue, Mar 22, 2016, 20:40 Richard Vézina wrote: > You want to create a kind of landscape computer management? > > Richard > > On Tue, Mar 22, 2016 at 1:47 PM, Dragan Matic > wrote: > >> I want to create a service where u

[web2py] .one() and .one_or_none() in DAL

2016-02-01 Thread Jason (spot) Brower
Yesterday, a fellow developer was suprised we didn't have .one in web2py. The idea is like this... http://docs.sqlalchemy.org/en/latest/orm/query.html#sqlalchemy.orm.query.Query.one be sure to also look at one or none. Should we add this to the DAL? I think it may come in handy. Or should we alwa

Re: [web2py] Re: How do I make my web2py app able to use the device hardwares like camera?

2016-01-29 Thread Jason (spot) Brower
Actually you can record video and take picture by using the right kind of html tags. It will involve the camera app and have it ready to upload. Do it in one of my apps all the time. On Fri, Jan 22, 2016, 11:51 Dave S wrote: > On Sunday, January 17, 2016 at 9:05:50 AM UTC-8, henryj...@gmail.com

Re: [web2py] Re: Buying a template for the community...

2015-10-11 Thread Jason (spot) Brower
According to what I saw it saws you can relicense as long as it is part of a bigger work. On Sun, Oct 11, 2015, 19:53 Massimo Di Pierro wrote: > No. I do not think you can re-license it. > > > On Sunday, 11 October 2015 02:25:15 UTC-5, Encompass solutions wrote: >> >> I have been thinking, the a

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

2015-10-11 Thread Jason (spot) Brower
I can try it if you want. +1 On Sun, Oct 11, 2015, 22:21 Francisco Ribeiro wrote: > Hello all, > > for those who know PyCharm is a great IDE from JetBrains that provides > free licenses for Open Source projects like web2py ( > https://www.jetbrains.com/buy/opensource/?product=pycharm ). To reque

[web2py] Buying a template for the community...

2015-10-11 Thread Jason (spot) Brower
I have been thinking, the admin interface could use some fixin' up. If I bought the extended licence to some theme, say... https://wrapbootstrap.com/theme/wrapkit-responsive-admin-template-WB09280SN?l=e or any other there... we would then have the power to sublincence it as LGPL or similar with res

Re: [web2py] web2py job in Florida

2015-09-08 Thread Jason (spot) Brower
Hmm, I went to the link but couldn't get anything. Gave me some kind of email access system. On Sun, Sep 6, 2015 at 7:58 AM Massimo Di Pierro wrote: > A new opportunity as an Application Software Developer is now available > with Harris Corporation (Exelis) >

[web2py] This would be nice to integrate with...

2015-08-19 Thread Jason (spot) Brower
https://webflow.com/cms?utm_campaign=cmsteaser&utm_source=newsletter&utm_medium=email That or start building our own. :) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Repor

[web2py] A request to clean up install scripts...

2015-08-13 Thread Jason (spot) Brower
I have found that many of the scripts have the following issues: * They all seem to have their own opinion about how things should be install. From sources, repos, binaries etc * The scripts seem to have some version that run on the latests but some do not. It's important we declare the versio

Re: [web2py] Re: We do not delete posts

2015-07-25 Thread Jason (spot) Brower
Is wish we ran our mailing list on web2py. :) On Fri, Jul 24, 2015, 23:57 Dave S wrote: > If you can see the list that's pending approval, then you're probably a > moderator. > > /dps > > -- > Resources: > - http://web2py.com > - http://web2py.com/book (Documentation) > - http://github.com/web2p

[web2py] Starter App (Scaffolding) selction on create app.

2015-07-02 Thread Jason (spot) Brower
There has been some discussion about different types of frameworks. I too have options I want to have and perhaps even the ability to take a web2py.app and have it as an available template. Is there any plan on having an option when we create an app with web2py? BR, Jason -- Resources: - http://w

Re: [web2py] Re: New feature in trunk: API tokens

2015-06-28 Thread Jason (spot) Brower
Name: Bearer Token? http://self-issued.info/docs/draft-ietf-oauth-v2-bearer.html Or am I wrong? On Mon, Jun 29, 2015 at 1:08 AM Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > as you suggested I added unique=True > as you suggested I reduced the number of db queries from 2 to 1 (when no

[web2py] How do I check of the version of pysimplesoap in web2py.

2015-06-23 Thread Jason (spot) Brower
I am trying to use soap and I am comming across errors from 2012 is the version included in web2py always the latest with each new version of web2py? I do I check what version is included? I am getting a Tag not found: service (No elements found) error when trying to get the wsdl file. (The file s

[web2py] Bug in code for email Queue example.

2015-06-17 Thread Jason (spot) Brower
I was copy pasting the code and noticed that "message" which you use in the email queue example is not valid as it is a reserved word in the Fields. Just thought I would mention it. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web

Re: [web2py] Bug with Blocks

2015-06-09 Thread Jason (spot) Brower
Jun 9, 2015 at 9:56 PM Richard Vézina wrote: > Hello Jason, > > There is this issue open : https://github.com/web2py/web2py/issues/772 > > Though, I am not sure I understand you issue... > > Richard > > > > On Tue, Jun 9, 2015 at 3:07 AM, Jason (spot) Brower &g

Re: [web2py] password zip

2015-06-09 Thread Jason (spot) Brower
There is no password for this zip file. Either: You have a malware trying to probe for your passwords. You have an extracting program that isn't behaving properly. You downloaded the wrong file. What tool are you using to extract the file? On Mon, Jun 8, 2015 at 3:46 AM milad ranaei siadat wrote

[web2py] Bug with Blocks

2015-06-09 Thread Jason (spot) Brower
I think I found a bug with blocks. In my base_layout.html {{block page_title}}{{end}} And this in my view file... {{block page_title}} Dashboard {{end}} This will print the replacement block in the correct location. BUT it will also print it where ever I put it in the html. Am I understanding the

Re: [web2py] Re: Web2py mobile app using Kivy

2015-06-04 Thread Jason (spot) Brower
QT is ok if you can code in c++ but kivy works in python and using qml a powerful language to create your interface. Cordova is great if you want a webpage in your phone. I don't like how slow it is. On Fri, Jun 5, 2015 at 7:25 AM Gary Cowell wrote: > This UI independence is the most important

Re: [web2py] Re: Web2py mobile app using Kivy

2015-06-01 Thread Jason (spot) Brower
The best thing to do here is abstract your interface. Web2py does a fine job of it. Most likely your wanting to make the app and then communicate over json objects in post requests. With Kivy you should be able to make something pretty interesting and you can use the same skills you have learned i

Re: [web2py] Reportlab, Platypus and tables

2015-05-27 Thread Jason (spot) Brower
Pdf reporting can take a lot of work. Is this for a single page report or many pages. How are formated? And do you have an examole report in pdf format? On Thu, May 28, 2015, 08:16 Felix Penetrante wrote: > I have just started using Reportlab for my app's pdf report needs and I > can't find exam

Re: [web2py] Re: Restricting Access to database based on roles at the Database level.

2015-05-17 Thread Jason (spot) Brower
Each role in the system is going to need different tables. To improve security it would be good to restrict the roles to only have access to certain tables, rather than depend on only the controller to enforce this kind of database access. This is useful when trying to make sure there are no SQL i

[web2py] Restricting Access to database based on roles at the Database level.

2015-05-14 Thread Jason (spot) Brower
I am building a database that needs to be very secure for all those "just in case" situations. I want to restrict the database access based on roles that I setup. Does web2py even have this functionality or is this something I have to do with SQLAlchemy or something? BR, Jason Brower -- Resource

[web2py] Creating a webhook handler for IFTTT and using routes in the hack.

2015-04-17 Thread Jason (spot) Brower
I found this... https://github.com/captn3m0/ifttt-webhook Which is a work around to connect ifttt as a webhook to your webserver. However, I need to route for servername.com/xmlrpc.php to handle the "authentication" for the server and make the connection work. Then I can start throwing data at the

[web2py] Making certain url's even shorter.

2014-12-07 Thread Jason (spot) Brower
I want to have a URL like this: http://127.0.0.1:8000/34D7-638C Obviously the base URL changes. I want to make it so I can check if there is a "-" in the string, if so, then I know to run a certian method with that string as the argument. Is this possible with routing? right now I have to do: http

[web2py] Sending very large forms....

2014-10-07 Thread Jason (spot) Brower
So in another framework I learned of a feature to limit that size of form submittions to stop DOS attacks. Is this something that web2py could/should worry about? There is the size of uploads and there is the number of form items. BR, Jason Brower -- Resources: - http://web2py.com - http://web2

Re: [web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-26 Thread Jason (spot) Brower
/vassals. > > Paolo > > 2014-08-24 20:46 GMT+02:00 Jason (spot) Brower : > >> Yeah. Looks like that was it! How do I make this change permanent? >> On Aug 24, 2014 6:26 PM, "Paolo Valleri" wrote: >> >>> The script you mentioned is based on upstar

Re: [web2py] Re: Web2py, nginx, installation on Raspberry Pi

2014-08-24 Thread Jason (spot) Brower
Yeah. Looks like that was it! How do I make this change permanent? On Aug 24, 2014 6:26 PM, "Paolo Valleri" wrote: > The script you mentioned is based on upstart but on the raspberry-pi the > init script are handled by sysvinit. > So that, I'd say that uwsgi is not running? > Try to run it manual

[web2py] Can't seem to verify password field...

2014-06-26 Thread Jason (spot) Brower
I can't seem to get my key to verify: This is how I verify it: success = db.melodigram.deletion_key.validate(request.args(1)) == (db(db.melodigram.unique_id == request.args(0)).select().first(), None) And this is how it is made: form = SQLFORM(db.melodigram) form.process(session = None, formname

[web2py] Voting system without users.

2014-03-03 Thread Jason (spot) Brower
I was thinking of a voting system without users, but I wanted to get your opinions on what would be the best practice with this. In melodigram.com I have grams that each have their one unique id's and urls. They will be voted on by anyone. I imagine something like this: ---

Re: [web2py] Virtual Fields not working on print.

2014-02-23 Thread Jason (spot) Brower
Yes, that seems to do it, thanks. :) On Wed, Feb 19, 2014 at 3:58 PM, Anthony wrote: > In virtual field functions, you must refer to the table name and field > name within each row object, so: > > return gi.country_code_by_addr(row.melodigram_play.from_where) > > should be: > >

[web2py] This looks like it needs some web2py love...

2013-12-07 Thread Jason (spot) Brower
https://github.com/github/gitignore -- 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 Gro

Re: [web2py] Re: Best practice when making downloads more private.

2013-11-10 Thread Jason (spot) Brower
Great input! I think I will try the following: Create a special directory to store the data. Setup a special controller with the needed permissions and conditions. Have fun and do a little dance. Does this sound sensible? BR, Jason On Sun, Nov 10, 2013 at 2:43 PM, Niphlod wrote: > > > On Sunda

[web2py] How do I recieve files in a regular post message?

2013-10-31 Thread Jason (spot) Brower
I have various data I can handle but how do I handle the file upload? I can read the message from request.post_vars.file_data. But how do I do things like save it to my uploads directory (or another directory if needed.) I am not using a tradition form because it's data I use in a very different w

[web2py] Web2py install script doesn't work on the latest ubuntu

2013-10-30 Thread Jason (spot) Brower
Sorry to say. Installed in on amazon and it acts like everything worked but doesn't. I think it has to do with the python versions in the installation. This was Ubuntu 13.10 as an amazon instance. BR, Jason Brower -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - htt

[web2py] Issues with creating a hash...

2013-10-21 Thread Jason (spot) Brower
I have the following in my controller... # -*- coding: utf-8 -*- def validate_message(recieved_data, message_hash): secret_salt = "12345" import hashlib m = hashlib.sha224() m.update(recieved_data + secret_salt) hashed_message = m.digest() if message_hash == hashed_message:

[web2py] My company has created the bootstrap 3 form for web2py

2013-10-11 Thread Jason (spot) Brower
We have made it but how would you like it accepted into the code? A diff here? BR, Jason Brower -- 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 recei

[web2py] Off Topic but worth a post.

2013-09-16 Thread Jason (spot) Brower
I wanted to wish the "Marin" the best of luck in his brand new company. I found him by putting a bounty out for some work to fix some "more challenging" aspects of the InterestID too. He did a fantastic job. So well, we continued to use him. Eventually, we actually brought him to Oulu Finland wh

Re: [web2py] How to pass web2py view python variable into javascript

2013-09-04 Thread Jason (spot) Brower
If your meaning pass the data to the view you can do it like this: def index(): var1= 12345 return dict(var1 = var1) and then in the view in your javascript: var thingy_var = {{=var1}}; But it gets different based on what you want to do. For example you could create a JSON object or need

Re: [web2py] Re: bootstrap 3

2013-09-03 Thread Jason (spot) Brower
I agree. I work with different designs and systems and the frameworks vary greatly. It would be nice to just let me select what I want. Bootstrap 2.x Bootstrap 3.x Bare Sass Based etc... On Tue, Sep 3, 2013 at 5:03 PM, José Ricardo Borba wrote: > +1. > > Only for put more gas in the fire, more

Re: [web2py] Re: github - please follow

2013-08-25 Thread Jason (spot) Brower
done, never thought about doing it, but it makes sense. On Sun, Aug 25, 2013 at 9:37 AM, André Kablu wrote: > Done. +1 > > Em sábado, 24 de agosto de 2013 20h26min03s UTC-3, Massimo Di Pierro > escreveu: > >> web2py has many users but few github followers. This is a problem because >> the numbe

Re: [web2py] Re: The good and bad about web2py!!!

2013-08-23 Thread Jason (spot) Brower
I also think the everything-already-imported issue that people complain about is very fun. Just import it if you feel funny without it. Suddenly the world is a better place. BR, Jason Brower On Sat, Aug 24, 2013 at 3:46 AM, Jason (spot) Brower wrote: > He seemed to like it. I think he

Re: [web2py] Re: The good and bad about web2py!!!

2013-08-23 Thread Jason (spot) Brower
He seemed to like it. I think he is right about the need for better testing. I would really want better tools in the admin interface to understand my app and how it's "feeling". I liked what he said here: Advantages of Web2py Web2py remains to be the best Python web development framework I’ve ev

[web2py] It would be nice to see the downloads of web2py.

2013-08-15 Thread Jason (spot) Brower
It would be fun to have a download chart about how many people download web2py in the day, week, month, ever. Could that be added to the page somewhere? Maybe the download page? BR, Jason Brower -- --- You received this message because you are subscribed to the Google Groups "web2py-users" g

Re: [web2py] Re: Do you use web2py professionally?

2013-08-13 Thread Jason (spot) Brower
I also like web2py because it's small enough I can contribute and big enough it makes a difference when I do. :) BR, Jason On Tue, Aug 13, 2013 at 8:47 PM, guruyaya wrote: > I've brought web2py with me, into 2 projects. One is a Scada platform (a > web interface for controlling devices, like a

Re: [web2py] Re: Do you use web2py professionally?

2013-08-13 Thread Jason (spot) Brower
"web2py excels" your so punny! :-D On Tue, Aug 13, 2013 at 12:08 PM, Arnon Marcus wrote: > We at our company have been using web2py for almost 4 years now. > We use it as a basis for a wide-spectrum management system for our entire > business, as an intranet web-app. > We started by implementi

Re: [web2py] Re: Do you use web2py professionally?

2013-08-12 Thread Jason (spot) Brower
When ever you need a spreadsheet that is accessed by many people during the day. Then you need an app. Especially if it's internal network. Like an intranet. Web2py does that just fine. And most of the time, if you try to solve everything with a spreadsheet it's like making a robot act like a hu

Re: [web2py] Do you use web2py professionally?

2013-08-12 Thread Jason (spot) Brower
Our company only develops in web2py. Python really, but web2py is what we use more than anything else by far. For example, we are developing a site that will handle terrabytes of data. At most, 196TB but most likely about a third of that at any one time. It's got at least 2 intranet servers and 1 a

Re: [web2py] Re: Demistifying web2py

2013-08-05 Thread Jason (spot) Brower
For a tool only for learning, I sure make a lot of money from it. I have many sites that run web2py and ALL clients that work with us are with web2py, and a few others in bottle and django. Magic, funny, I like magic. Good luck with the talk and I hope to do well! BR, Jason On Tue, Aug 6, 2013 a

Re: [web2py] Re: this talk...

2013-07-14 Thread Jason (spot) Brower
When started my company I felt the same way. I am a programmer. I am also the CEO. I tell people no to jobs at my company because I want managers that know how to program, or better, programmers that know how to manage. :) On Sun, Jul 14, 2013 at 10:28 PM, Massimo Di Pierro < massimo.dipie...@

Re: [web2py] Re: Is the "mobile" version of the admin interface not working for you?

2013-07-13 Thread Jason (spot) Brower
Thanks Marin you did a great job On Jul 13, 2013 9:01 PM, "Marin Pranjić" wrote: > There is a patch pending: > https://github.com/web2py/web2py/pull/132 > > jQuery UI is already fixed in trunk > > > Marin > > > On Sat, Jul 13, 2013 at 7:17 PM, Jason (spot

Re: [web2py] Re: Why not create Web2Py Forum?

2013-07-13 Thread Jason (spot) Brower
Personally, I would like to see more than a book in the book. Ways to post comments and cross link between items. Ability to create videos linking to various tasks. Downloading the source code in segments. (copy pasting is nasty right now.) I would be happy to make videos too. :) BR, Jason On Sa

Re: [web2py] Re: Is the "mobile" version of the admin interface not working for you?

2013-07-13 Thread Jason (spot) Brower
Yeah, I have one of my employees working on it. Hopefully it will be fixed soon as I like using it. Jqueryui is also not working. BR, Jason On Sat, Jul 13, 2013 at 12:39 AM, Stephan Holtmeier < stephan.holtme...@gmail.com> wrote: > Same for me! > > > Am Mittwoch, 26. Juni 2013 21:35:05 UTC+2 s

Re: [web2py] response.menu.insert

2013-07-10 Thread Jason (spot) Brower
it's just a list like any other. So use append and so forth. http://docs.python.org/2/tutorial/introduction.html#lists Should help. Notice in the example app he also used + to append items. BR, Jason On Wed, Jul 10, 2013 at 10:55 AM, lucas wrote: > how can i insert into response.menu? like: >

Re: [web2py] How to start external python script from my web2py controller (Solution needed as soon as possible )

2013-07-08 Thread Jason (spot) Brower
Other solutions include a queuing server. Another python process whatching for new things to do and executes that way. Much cleaner than running another subprocess. But takes longer to do. On Tue, Jul 9, 2013 at 2:19 AM, Vinicius Assef wrote: > It depends how you want your external script be

Re: [web2py] windows8 installation

2013-07-06 Thread Jason (spot) Brower
Do you have python installed? BR, Jason On Sun, Jul 7, 2013 at 7:07 AM, Alex Glaros wrote: > have tried to install web2py on a windows8 machine, and when I click on > web2py.exe, the black dos-command screen flickers on for a second, then > closes. > > I never get the server prompt where you

Re: [web2py] Anyone here as former PHP developer? Help me with 'pro-web2py' arguments please ...

2013-07-06 Thread Jason (spot) Brower
Personally, I don't like the way php is built. That's why I choose python. It's syntax is better to me. Web2py is nice because you can do so much in such a little amount of time. When I worked with Symphony I felt it was slow and bulky. But slow is relative to the project. Choosing a framework

Re: [web2py] Controller function doesn’t presents the view page

2013-07-05 Thread Jason (spot) Brower
Where is your segunda.html file located? What is the name of this file that you have? And what is in the file? :P Sounds like a view issue to me. If you don't have any data in those files it may not return anything. BR, Jason On Fri, Jul 5, 2013 at 3:36 PM, wrote: > Hello all, > > I’ve

[web2py] Frontend/Backend Developer needed for my company.

2013-07-05 Thread Jason (spot) Brower
We are expanding. Encompass Solutions does only Python based implementations of software and have a specific focus on Startups and using Web2py to solve there software problems. You need to be able to do or prove you can learn the following: * Prove your ability with a test project with us. (We p

Re: [web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread Jason (spot) Brower
continue as if nothing happened. On Thu, Jul 4, 2013 at 8:47 AM, Jason (spot) Brower wrote: > Never tried myself but I found this... > https://sites.google.com/site/0x7674/home/sqlite3injectioncheatsheet > > > > On Thu, Jul 4, 2013 at 8:45 AM, Jason (spot) Brower > wr

Re: [web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread Jason (spot) Brower
Never tried myself but I found this... https://sites.google.com/site/0x7674/home/sqlite3injectioncheatsheet On Thu, Jul 4, 2013 at 8:45 AM, Jason (spot) Brower wrote: > If your not validating the data some how on the server then oh yes, very > bad thing. > > > On Thu, Jul 4,

Re: [web2py] Can Sql (sqlite) injections occur if normal html forms are used?

2013-07-03 Thread Jason (spot) Brower
If your not validating the data some how on the server then oh yes, very bad thing. On Thu, Jul 4, 2013 at 8:43 AM, qwer qwer wrote: > I have used normal html forms instead of web2py forms at many places.Does > this make sql injections possible? Can someone please give an example of > such an i

Re: [web2py] pyCharm has web2py support

2013-07-01 Thread Jason (spot) Brower
I suppose that is something you can request for pyCharm. :) On Sun, Jun 30, 2013 at 12:49 PM, Quint wrote: > Will this also support web2py in combination with GAE? > so when i have a GAE project with web2py, will pycharm be web2py "aware" > too? Or does this only work if i create a web2py proje

Re: [web2py] Re: Help needed

2013-06-30 Thread Jason (spot) Brower
for 2 there are some different ways. But I would do this. When an action is apply... (like they get a point.) You just call a method for it to happen. Then it adds the event to a history and the points are tracked that way. So: Action : Time : Amount : Notes Registered : 12.12.2013 12:12pm : 2 :

Re: [web2py] How to install VPS to use web2py with MySQL phpMyAdmin

2013-06-29 Thread Jason (spot) Brower
I suppose you would just install them. (It's actually not a web2py direct issue in my book.) You don't like the built in database admin tool? It should do almost everything you would need. If there is something you need, do tell, I am curious. So I would just install them if you still wanted to tr

Re: [web2py] IMPORTANT: web2py 2.6.0-development

2013-06-26 Thread Jason (spot) Brower
We could also minify it so people would be nuts to try to change it. :) On Thu, Jun 27, 2013 at 9:42 AM, Jason (spot) Brower wrote: > I wonder if we should have a comment in the file that they shouldn't > change this file as it will be overwritten. > > > > On Thu,

Re: [web2py] IMPORTANT: web2py 2.6.0-development

2013-06-26 Thread Jason (spot) Brower
I wonder if we should have a comment in the file that they shouldn't change this file as it will be overwritten. On Thu, Jun 27, 2013 at 9:38 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > The problem is that an old app can be installed after an upgrade and it > would not work bec

[web2py] Is the "mobile" version of the admin interface not working for you?

2013-06-26 Thread Jason (spot) Brower
I have the latest web2py and it seems the jquery.mobile interface is not working. Do you get a similar result? BR, Jason -- --- 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, sen

Re: [web2py] E-commerce solution

2013-06-26 Thread Jason (spot) Brower
I am thinking of building one as part of my business. Just starting to look if there are others in Web2py as that's what we use for business. :) BR, Jason On Wed, Jun 26, 2013 at 1:53 AM, wrote: > Hello guys, > > I am new here. > > Is there a full e-commerce web2py app like Sachmo, LFS, Cartr

Re: [web2py] Filling form in multiple phases with some data from database and some from a dictionary

2013-06-14 Thread Jason (spot) Brower
m.vars.id, role = "organizer") redirect(URL('event','administer_event', args=form.vars.id)) return dict(form = form) OR THIS: http://www.web2pyslices.com/slice/show/1452/form-wizard On Fri, Jun 14, 2013 at 6:49 PM, Jason (s

Re: [web2py] Filling form in multiple phases with some data from database and some from a dictionary

2013-06-14 Thread Jason (spot) Brower
Hey there. ;) Have you tried this one? https://groups.google.com/forum/?fromgroups#!topic/web2py/Lc-aZXVpsk4 It seems that something similar has been implemented in that fashion in the wizard for creating an app in web2py. Does that help? BR, Jason On Thu, Jun 13, 2013 at 11:55 AM, Ykä Marjanen w

Re: [web2py] Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-13 Thread Jason (spot) Brower
PIO file contains that while loop you talked about and that's what is >>>>>>> necessary to have an event listener as mentioned earlier. Again if not >>>>>>> replicating that project we'll continue to have a "failure to >>>>&g

Re: [web2py] Re: web2canvas looks nice

2013-06-11 Thread Jason (spot) Brower
Excited to try this when it's in english. BR, Jason On Mon, Jun 10, 2013 at 5:39 PM, Michael Herman wrote: > Interesting. There's huge potential for projects like this: > >- http://javelinapp.com/ ( > > http://pandodaily.com/2013/06/10/javelin-the-lean-startup-app-thats-a-product-of-lea

Re: [web2py] Re: Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-10 Thread Jason (spot) Brower
io/ > > > 2013/6/10 Jason (spot) Brower > > HI, >> I'm not totally sure what the gpio file is about, but an easy way to do >> it is to have while loop in a python file. Each time it goes through the >> loop it can do things like check the serial line for sen

Re: [web2py] Re: Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-10 Thread Jason (spot) Brower
HI, I'm not totally sure what the gpio file is about, but an easy way to do it is to have while loop in a python file. Each time it goes through the loop it can do things like check the serial line for sensor data, run any automated items like turning on the lights in the evening, and read for mes

Re: [web2py] Re: Raspberry Pi GPIO home automation by willq44 - Customization

2013-06-05 Thread Jason (spot) Brower
Hi there, I wouldn't say we are a small community. But BIG questions take BIG answers. So it's a pain to answer some of these questions. Infact, your "bump" was even wordy. I have done projects with arduino and raspberry pi many times. Even as part of my business. You question is 60% raspberry a

Re: [web2py] how to make 'upload' only allow images

2013-06-05 Thread Jason (spot) Brower
db.table.feild.requires = IS_IMAGE() or db.table.field.requieres = IS_EMPTY_OR(IS_IMAGE()) if you want it to be empty at times too. BR, Jason On Wed, Jun 5, 2013 at 2:53 PM, sasogeek wrote: > in the db.py model, when I create a table and I want users to be able to > upload files, how do I make

Re: [web2py] how to make 'upload' only allow images

2013-06-05 Thread Jason (spot) Brower
Not that this only checks the extension but not the data itself. On Wed, Jun 5, 2013 at 2:57 PM, Jason (spot) Brower wrote: > db.table.feild.requires = IS_IMAGE() > or > db.table.field.requieres = IS_EMPTY_OR(IS_IMAGE()) > if you want it to be empty at times too. > BR, > Ja

[web2py] Interesting points...

2013-04-21 Thread Jason (spot) Brower
How we we fit in all of this? https://medium.com/cs-math/f29f6080c131 -- --- 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 web2py+unsubscr...@googlegroups.com.

[web2py] I wonder where Web2Py stands here...

2013-04-01 Thread Jason (spot) Brower
www.techempower.com/blog/2013/03/28/framework-benchmarks/ -- --- 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 web2py+unsubscr...@googlegroups.com. For more opt

[web2py] Python 3 is catching up to us...

2012-06-20 Thread Jason (spot) Brower
Not a big deal still at this point but wanted to point out: http://www.noobslab.com/2012/06/ubuntu-1210-quantal-quetzal-alpha-1-is.html Python 2 will not be in Ubuntu by default anymore. BR, Jason --

Re: [web2py] how to install web2py and deploy web2py application in ubuntu server?

2012-06-14 Thread Jason (spot) Brower
You can run the script on your system by typing python web2py.py but I assume you know this. To install it permanently there is a script just for this. It does the following: * Installs any required features that you would need to run web2py. * Setups apache for you with access to https:// for you

Re: [web2py] web2py book now free in PDF

2012-06-12 Thread Jason (spot) Brower
Thank you. It will be a great reference while I am not online. On Tue, Jun 12, 2012 at 7:58 PM, Richard Vézina wrote: > Thanks! > > Richard > > > On Tue, Jun 12, 2012 at 12:49 PM, Massimo Di Pierro < > massimo.dipie...@gmail.com> wrote: > >> I still want exclusive right to sell it in print and

Re: [web2py] Re: w2p_tvseries: a new web2py app

2012-06-04 Thread Jason (spot) Brower
Intense man. Never needed a tool like that, but I know many that would find it very useful! On Mon, Jun 4, 2012 at 6:33 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > :-) > > > On Sunday, 3 June 2012 21:14:10 UTC-5, Niphlod wrote: >> >> whoa, you're right >> did I mention I'm

Re: [web2py] Re: Thinking of building a bug tracker...

2012-06-01 Thread Jason (spot) Brower
issue tracker I know of... I am looking at itracker now Thanks. :) On Fri, Jun 1, 2012 at 10:31 AM, stefaan wrote: > > > > I have noticed one other tracker in web2py, but I couldn't demo it. >> >> Have you seen these? > > http://code.google.com/p/web2py-issuetracker/ > http://www.i-track.org/ >

Re: [web2py] pyfilesystem support (store uploads in S3)

2012-06-01 Thread Jason (spot) Brower
Sounds fun! On Thu, May 31, 2012 at 8:56 PM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > Here is an example: > > easy_install pyfilesystem > > >>> import fs.s3fs > >>> myfs = fs.s3fs.S3FS(bucket, prefix, aws_access_ke, aws_secret_key) > >>> db.define_table('test',Field('file','upload

Re: [web2py] Thinking of building a bug tracker...

2012-06-01 Thread Jason (spot) Brower
Perhaps a bug tracker like this should give access to outsiders so that they can be aware of the situations. This could be done with some role management. BR, Jason On Fri, Jun 1, 2012 at 6:25 AM, Cliff Kachinske wrote: > +1 for git. > > It seems so much simpler. > > > On Thursday, May 31, 2012

[web2py] CRON tasks in Google App Engine

2012-04-20 Thread Jason (spot) Brower
I just wanted to confirm with you guys... According to this page there is a way to send emails in a que. http://web2py.com/books/default/chapter/29/8?search=cron Does this work in Google App Engine? BR, Jason

[web2py] Is it safe to run to web2py instances on the same database?

2011-08-28 Thread Jason (spot) Brower
First, is it possible to use the same model for two applications. Second, would there, be a way to run these two applications safely amongst each other? I am thinking about sociability among very large applications. For example an internal editor application and the external viewers application. --

Re: [web2py] Re: experimental in trunk... common_fields and precints

2011-06-26 Thread Jason (spot) Brower
I just found this thread. This is an awesome feature I could see using a lot in the future. BR, Jason On Mon, Jun 27, 2011 at 12:09 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > correct > > On Jun 26, 4:05 pm, Chris S wrote: > > So does that mean tables defined before: > > > db._

Re: [web2py] I created a little app to be able to share some files over the net without authentication

2011-06-01 Thread Jason (spot) Brower
Fun little app. Very easy to make and very useful. Even internal use may come in handy too. BR, Jason Brower On Wed, Jun 1, 2011 at 11:30 AM, szimszon wrote: > With this little app you can share some files with everybody on net without > authenticating > >- There is an authenticated user

Re: [web2py] Re: Thanks to all members for all you time and effort !!

2011-05-31 Thread Jason (spot) Brower
It's a great framework when you know you can make a quick application for some problem at the office on your lunch break. You can't do that in many webframeworks, I tell you that much. (I made a lunch coordination software in about an hour.) Congrats and good luck! BR, Jason Brower On Tue, May 3

[web2py] Changing an id... could it be really bad?

2011-05-31 Thread Jason (spot) Brower
I want to change the id of one of my items to the id of one that I have deleted to avoid some URL rot. Basically, I have: http://interestid.com/welcome/default/view_event/12 and I want it to be: http://interestid.com/welcome/default/view_event/11 ID 11 is gone now and 12 is the new one. But my lin

Re: [web2py] {{=response.toolbar()}}

2011-05-29 Thread Jason (spot) Brower
YEAH! Your Increadable!! --- BR, Jason On Mon, May 30, 2011 at 3:16 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > This is in trunk. Give it a try: > > {{=response.toolbar()}} > > display request,response, session and db stats.

Re: [web2py] Re: Create an email queing feature...

2011-05-28 Thread Jason (spot) Brower
After looking at the site I see what you mean. I will keep it in mind as the program increases in size. BR, Jason Brower On Sat, May 28, 2011 at 4:55 PM, pbreit wrote: > It's not for speed so much as for deliverability.

Re: [web2py] Re: confusion - how can we avoid it?

2011-05-22 Thread Jason (spot) Brower
hehe, they will make many happy, but some very angry. :O On Sun, May 22, 2011 at 9:21 PM, Iceberg wrote: > > On May 22, 10:20 pm, Massimo Di Pierro > wrote: > > Looks like the presence of a web2py/setup.py is confusing some users: > > > > http://twitter.com/#!/gvwilson/status/72280501821517824

Re: [web2py] web2py wallpaper

2011-05-21 Thread Jason (spot) Brower
Fun thanks! On Sat, May 21, 2011 at 10:55 AM, Bruno Rocha wrote: > Hi all, I just installed a fresh Ubuntu 11.04 and finished the > customization (I will give a chance to Unity). I missed some web2py > wallpaper, so I created a very simple one based on the new Ubuntu's > wallpaper. > > If it int

Re: [web2py] Re: Weird Error in modules files...

2011-05-15 Thread Jason (spot) Brower
Aww, thanks. And here I thought I found a bug. It was just a feature. :P On Mon, May 16, 2011 at 6:02 AM, ron_m wrote: > If the second parameter on local_import is True it will reload each time > the statement is executed. Otherwise it retains the first local_import until > server restart. >

[web2py] Would this editor be useful for us?

2011-05-05 Thread Jason (spot) Brower
http://jsfiddle.net/

Re: [web2py] Very Soft Pre-Alpha Launch: Pricetack ecommerce service

2011-05-04 Thread Jason (spot) Brower
Nifty! Good luck! BR, Jason On Thu, May 5, 2011 at 8:41 AM, pbreit wrote: > Hey everyone, I am getting close to releasing the service I've been working > on and wanted to give you all the very first look. 100% Web2py underneath > the hood! > > It's like eBay but the prices go...down. I envision

  1   2   >