The post has been translated automatically. Original language: Russian
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.
2 страницы в формате PDF для тех кто запускает новый Django проект. Ведь неприятно получить HTTP 500 Server Error, реализовав крутую фичу, пройдя долгий путь тестирования и выпуска релиза, потому что забыли о настройке.
Гайд можно скачать на странице: https://app.incidenta.tech/guide/django-release-guide
В файле с чек-листом ты найдешь сааамые-сааааамые обязательные настройки ДО первого релиза, пользователя и оплаты.
Например, перед выходом в продакшен нужно проверить:
- Что выключен DEBUG режим, очевидно, сэр.
- Корректно настроено подключение к базе данных
- HTTPS и SECURE параметры настроены
- И еще другие 11 пунктов
Для каждого из пунктов даны ссылки для подробного изучения.