Auto-translation used

What to check before releasing the Django app

2 pages in PDF format for those who are launching a new Django project. After all, it's unpleasant to get an HTTP 500 Server Error by implementing a cool feature, going through a long way of testing and releasing a release, because they forgot about the setup.

The guide can be downloaded on the page: https://app.incidenta.tech/guide/django-release-guide

In the checklist file, you will find the most important required settings BEFORE the first release, user, and payment.

For example, before going into production, you need to check:

  • It's obvious that DEBUG mode is turned off, sir.
  • The database connection is configured correctly
  • HTTPS and SECURE settings are configured
  • And 11 other points

Links are provided for each of the points for detailed study.

Comments 0

Login to leave a comment