crowdbotics-apps / new-app-15893

This empty application was built with Crowdbotics www.crowdbotics.com
0 stars 1 forks source link

Configure PostgreSQL database on Cloud Host #5

Open crowdbotics-apps opened 4 years ago

crowdbotics-apps commented 4 years ago
  1. Crowdbotics generates applications with a default PostgresSQL database installed and working, for free. Huzzah!

  2. The database is already installed and running on your staging server and production server. You'll almost never need to interact with it directly; you can just use Django and the database will store functions automatically.

  3. Databases for free users have a limit of 10,000 rows.

  4. When you're ready for automated backups or exceed 10,000 rows on your app, you can upgrade your Crowdbotics plan and your database will update automatically.