Django is a great web framework for fast development. Django Admin allows you to manage your data without creating your own views. The primary use case of the Admin is CRUD operations. You can ...
この記事は、Docker(Docker-Compose)を利用しPython,Django,Postgres,Gunicorn,Nginxの開発・本番環境の構築方法を紹介します。 以下のような開発フローに対応する方法となります。 本番環境リリース時の独自ドメインのHTTPS化は、無料で利用できるLet's Encryptを利用して対応 ...
A Django admin theme using Bootstrap. It doesn't need any kind of modification on your side, just add it to the installed apps. For a full bootstrap3 experience you ...
DjangoでWebアプリケーションを作成して、本番運用をしようと思ったら、設定ファイルを大きく変更する必要があります。そんなときに、いちいち新しいsettings.pyを作成したり、設定値を変更したりするのはとても面倒ですし、ミスも発生しやすくなります。
In my last two articles, I looked at the Django Web application framework, written in Python. Django's documentation describes it as an MTV framework, in which the acronym stands for model, template ...