[web2py] Is the web2py application upgrade or is it out of service?

2018-06-13 Thread Mohammad Rostami
Hello. I am Mohammad from Iran. I became interested in web2py and I want to learn it completely. I want to introduce it to Persian speakers.I'm going to create a website with web2py that has all the features, including the store, forum, wiki, blog, etc., and the subject is web2py. My question t

[web2py] Guidance on translation licensing

2018-06-23 Thread Mohammad Rostami
Hello again. I already said that I intend to launch a web2py site for Persian speakers.The first step is to translate the book and the web2py wiki. I want to use your book program but I will put the wiki in Persian free of charge, but I'll sell it to Pdf. Exactly similar to your site. I got the

[web2py] Last saved on communication error

2018-08-24 Thread Mohammad Rostami
Hi, I'm using web2py with the following specifications: 2.17.1-stable+timestamp.2018.08.06.01.02.56 (Running on Apache/2.4.18 (Ubuntu), Python 2.7.12) According to the topics I saw in the group, there was a problem with the simplejson. So I installed simplejson using pip, But I still have a

[web2py] Re: Last saved on communication error

2018-08-25 Thread Mohammad Rostami
Hello. I did not change the code. The default is program. This error only shows up as soon as it arrives. And that sometimes prevents storing and creates two files. But there is no mistake going out to make Tracebeck here. However, I will give you a screenshot. [image: Screenshot from 2018-08-2

[web2py] Just change once

2018-08-25 Thread Mohammad Rostami
hi. I connected a CSS file to the layout.html with the following code. And then I put all of the CSS files defined in that way. https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/> Now, when I put a code in the CSS file, it works for the first time, lik

[web2py] Incorrect password change

2018-08-25 Thread Mohammad Rostami
Hello. For me, the password change is sent. http://.../init/default/user/reset_password?key=1535188423-b6de1485-d710-4280-ab5d-782b5e211a5b But the link to the main page is redirected. What changes should I make to correct this and where should I apply? I checked the same topic

[web2py] Pagination with web2py_utils

2018-08-30 Thread Mohammad Rostami
Hello.I used web2py_utils package to display paging. in controller: def weblog(): query= db.post.id > 0 orderby = ~db.post.created_on paginate = web2py_utils.paginate.Pagination(db, query, orderby ,display_count=2,r=request, res=response) posts=paginate

[web2py] Required tables for a blog

2019-05-12 Thread Mohammad Rostami
Hello. I'm going to make a blog with web2py for me. Each blog post: 1. Has an image. This image is displayed in the thumbnail on the main page of the blog. When reading the post, the actual size is displayed. 2. There are a number of images in the body of each post. These pictures ar

[web2py] Write a payment gateway for web2py

2019-05-26 Thread Mohammad Rostami
I'm going to write an Iranian payment gateway for the Web2py. I received information from the bank. I have a key that contains 56 characters. And exactly that should be the same value, that is, it can not shorten the key. This key is encrypted in base64 format. If there is a way that the key i

[web2py] Persian translation

2021-03-30 Thread Mohammad Rostami
Hello friends. I had a few questions, thank you for your help. 1. Is web2py still supported? 2. 2- Is web2py more used recently or Django? Because I feel this framework is very strange. 3- How do I add a Persian translation to this framework?I used the T function according to the instructions, b

[web2py] Re: Persian translation

2021-04-01 Thread Mohammad Rostami
Thanks Stifan. On Wednesday, March 31, 2021 at 3:45:17 AM UTC+4:30 黄祥 wrote: > 3- How do I add a Persian translation to this framework?I used the T >> function according to the instructions, but unfortunately it did not work. >> > > - take a look at languages folders, then copy en.py, paste and