How toΒΆ
Here is a useful code that you can use in your applications:
- How to install Jam.py on Windows
- How to implement a many-to-many relationship
- How to migrate development to production
- How to migrate to another database
- How to deploy
- How do I write functions which have a global scope
- How to validate field value
- How to add a button to a form
- How to execute script from client
- How to change style and attributes of form elements
- How to append a record using an edit form without opening a view form?
- How to prohibit changing record
- How to link two tables
- How change field value of selected records
- How to save edit form without closing it
- How to save changes to two tables in same transaction on the server
- How to prevent duplicate values in a table field
- How to implement some sort of basic multi-tenancy? For example, to have users with separate data.
- Can I use Jam.py with existing database
- How can I use data from other database tables
- How I can process a request or get some data from other application or service
- How can I perform calculations in the background
- Is it supported to have details inside details?
- Export to / import from csv files
- Authentication