You should make a custom validator for encrypt files.
--
Alvaro Lizama
http://alvarolizama.net
El jueves 12 de abril de 2012 a las 16:35, Naveed Ahmed escribió:
> I wasn’t asking as how to encrypt the file itself, but how to incorporate it
> in to web2py’s existing excellent form
Python program.
>>
>> But I'm having trouble. The setup.py for web2py itself seems to
>> require imports from web2py modules. I'm not sure how to install the
>> libraries so they appear on my Python path.
>>
>> Thanks for any help.
--
Alvaro Lizama Molina - http://alvarolizama.net
gt;
> Please help us test it
>
--
Alvaro Lizama Molina - http://alvarolizama.net
ill keep both of them in sync, in case there is any problem.
--
Alvaro Lizama Molina - http://alvarolizama.net
lar basis.
--
Alvaro Lizama Molina - http://alvarolizama.net
dev/stable
> branches difficult.
>
> There are a lot of people testing the current changeset so problems get
> fixed relatively quickly. If you don't want to take a chance, stay on the
> version you're on for a bit. The only major problem is that you won't get
> any bug fi
gt;> http://www.wadecybertech.com
>>> http://www.warplydesigned.com
>>> http://www.fitnessfriendsfinder.com
>>>
>>
>>
>
>
> --
> --
> Regards,
> Bruce Wade
> http://ca.linkedin.com/in/brucelwade
> http://www.wadecybertech.com
> http://www.warplydesigned.com
> http://www.fitnessfriendsfinder.com
>
--
Alvaro Lizama Molina - http://alvarolizama.net
to checkout to.
> >
> > Thanks,
> > Praneeth
>
--
Alvaro Lizama Molina - http://alvarolizama.net
Not change soo fast, de current version must be in pypi ande develop en
git, must be branches for github for devel and mater(current stable
version).
Only need little code organization
2012/1/17 pbreit
> Web2py changes too fast to use anything but source, in my opinion.
--
Alvaro Liz
The pypi repo must be the defeault form of install web2py is cross
platform, and easy to use.
2012/1/17 pbreit
> Might not be a bad idea but it's way better to install Web2py from source.
> Then you have excellent version control.
--
Alvaro Lizama Molina - http://alvarolizama.net
> same page add multiple keywords and/or reports for the ad. This would have
>> to happen with creating a new ad as well as when editing an existing ad.
>>
>> With Django you use: admin.TabularInline and inlines on admin.ModelAdmin
>> classes
>>
>> https://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodeladmin-objects
>>
>> Has something similar being developed for web2py admin application?
>> --
>> Regards,
>> Bruce Wade
>> http://ca.linkedin.com/in/brucelwade
>> http://www.wadecybertech.com
>> http://www.warplydesigned.com
>> http://www.fitnessfriendsfinder.com
>>
>
>
>
> --
> --
> Regards,
> Bruce Wade
> http://ca.linkedin.com/in/brucelwade
> http://www.wadecybertech.com
> http://www.warplydesigned.com
> http://www.fitnessfriendsfinder.com
>
--
Alvaro Lizama Molina - http://alvarolizama.net
7;!=','<','>','<=','>=']
> > criteria = []
> > # selectfields = {'':''}
> > # Improved usability. Don't leave the user figuring out what
> > to do
> > # with the empty pulldown.
> > selectfields = {T('Choose a field.'):''}
> > for field in fields:
> > name = str(field).replace('.','-')
> > criterion = []
> > options = search_options.get(field.type,None)
> > if options:
> > selectfields[T(field.label)] = str(field)
> > # couldn't figure out how to do this as a list
> > comprehension,
> > # so define the list first
> > selectoptions=[]
> > # is the option a list/tuple or a string?
> > # handle accordingly
> > for option in options:
> > if isinstance(option, basestring):
> > selectoptions.append(OPTION(option,
> > _value=option))
> > else:
> > selectoptions.append(OPTION(option[0],
> > _value=option[1]))
> > # operators = SELECT(*[T(option) for option in
> > options])
> > # now build the operators pulldown
> > operators = SELECT(selectoptions)
> > # end of changes
> > .
> > .
> > .
>
--
Alvaro Lizama Molina - http://alvarolizama.net
World!
> %strong{:class => "code", :id => "message"} Hello, World!
>
> <%= item.body %>
> .item{:id => "item#{item.id}"}= item.body
>
> I don't spend too much time to write html so I don't see any real
> advantage, and now it even looks strange ...
>
> my 2 cents
>
>
--
Alvaro Lizama Molina - http://alvarolizama.net
;> I have to necessarily import all modules inside of a function?
>>
>> --
>> Alvaro Lizama Molina - http://alvarolizama.net
>>
>
--
Alvaro Lizama Molina - http://alvarolizama.net
Each time when i try import a module out of a function python show a
error saying they would not find request.
I have to necessarily import all modules inside of a function?
--
Alvaro Lizama Molina - http://alvarolizama.net
)).not(":disable
> d").attr("checked",c);r()}})
> >
> > attached the fixed files.
> >
> > Let me know if it works for you too.
> > Thanks.
> >
> > jquery.multiselect.css
> > 2KViewDownload
> >
> > jquery.multiselect.js
> > 6KViewDownload
>
--
Alvaro Lizama Molina - http://alvarolizama.net
Should update de pipy repo, in production envs its more conforetable use
this.
2011/12/14 Christopher Steel
> mercurial or git?
>
--
Alvaro Lizama Molina - http://alvarolizama.net
Nice work!
I am work with the same bootstrap form some projects with web2py
2011/9/26 Massimiliano
> Very nice interface...
>
>
> On Mon, Sep 26, 2011 at 8:10 AM, David Marko wrote:
>
>> http://labs.blouweb.com/bootstrap/default/index
>>
>
> --
> Massim
18 matches
Mail list logo