cookiecutter-django/docs
Patrick Tran caae3ce205
Update deployment-on-heroku.rst (#5383)
This option is now longer valid

```
$ heroku addons:create heroku-postgresql:mini

 ›   Warning: heroku update available from 8.11.5 to 9.2.1.
Creating heroku-postgresql:mini on ⬢ location-tracker... !
 ▸    We tried to create heroku-postgresql:mini, but received an error from the add-on provider. Try the request again, or log a support ticket and include
 ▸    this message: The mini plan has reached end-of-life. You can try again with a valid plan. See the available plans with: heroku addons:plans
 ▸    heroku-postgresql.
```

The next cheapest heroku option is "essentials-0"

```
$ heroku addons:create heroku-postgresql:essential-0

 ›   Warning: heroku update available from 8.11.5 to 9.2.1.
Creating heroku-postgresql:essential-0 on ⬢ location-tracker... ~$0.007/hour (max $5/month)
Database should be available soon
postgresql-silhouetted-14783 is being created in the background. The app will restart when complete...
Use heroku addons:info postgresql-silhouetted-14783 to check creation progress
Use heroku addons:docs heroku-postgresql to view documentation
```

documentation: https://elements.heroku.com/addons/heroku-postgresql
2024-09-17 18:46:45 -03:00
..
_static Add a _static folder to silence Sphinx' warning 2018-09-15 21:23:29 +01:00
__init__.py Beginning of reorganization of documentation per #335 2015-09-18 09:22:55 -07:00
conf.py Fix inconsistent line length and move configs to pyproject.toml (#4276) 2023-04-15 15:43:04 +01:00
contributing.md Include contributing page to the docs (#4144) 2023-03-04 18:45:25 +00:00
deployment-on-heroku.rst Update deployment-on-heroku.rst (#5383) 2024-09-17 18:46:45 -03:00
deployment-on-pythonanywhere.rst Upgrade Python to version 3.12 2024-03-18 20:07:24 +01:00
deployment-with-docker.rst Rename docker compose files to include 'docker-compose' (#4995) 2024-05-13 18:18:56 +01:00
developing-locally-docker.rst Resolve https documentation around local development environment (#5252) 2024-08-05 20:40:12 +01:00
developing-locally.rst Add instruction for adding a django app (#4944) 2024-03-29 09:48:14 +00:00
docker-postgres-backups.rst Rename docker compose files to include 'docker-compose' (#4995) 2024-05-13 18:18:56 +01:00
document.rst Rename docker compose files to include 'docker-compose' (#4995) 2024-05-13 18:18:56 +01:00
faq.rst Update Two scoops of Django book link & image (#5073) 2024-05-16 08:58:13 +01:00
generate-project-block.rst Add more pre-commit hooks (#4266) 2023-04-15 12:15:15 +01:00
index.rst Add a maintainer guide to the docs 2024-02-22 10:39:45 +01:00
linters.rst Ruff as formatter & linter 2024-02-13 11:59:54 +01:00
mailgun.rst Clarify assumption with Mailgun on Heroku page 2021-11-24 21:10:26 +00:00
maintainer-guide.md Add paragraph about automated updates 2024-02-23 15:53:03 +01:00
make.bat Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
Makefile Change repo_name to project_slug for clarity. 2016-04-20 10:00:35 -07:00
project-generation-options.rst Rename SendInBlue ESP to Brevo (#5094) 2024-05-27 14:46:12 +01:00
requirements.txt Update myst-parser to 4.0.0 (#5279) 2024-08-05 20:10:21 +01:00
settings.rst Rename SendInBlue ESP to Brevo (#5094) 2024-05-27 14:46:12 +01:00
testing.rst Rename docker compose files to include 'docker-compose' (#4995) 2024-05-13 18:18:56 +01:00
troubleshooting.rst Rename docker compose files to include 'docker-compose' (#4995) 2024-05-13 18:18:56 +01:00
websocket.rst 📝 docs updated after review 2020-06-22 21:42:39 +03:00