Django Template Yapısı Django MVT (Model-View-Template) ile çalışır. Django html bilen herkesin kullanabileceği kadar basit bir template yapısına sahiptir. …………………………………….. Settings.py açıyoruz Templates içine ‘DIRS’: [os.path.join(BASE_DIR,‘templates’)] , Kod satırı yazdıktan sonra blog app mize templates klasörü oluşturabiliriz. Bu sayede templatelerimiz için bir dizin oluşturmuş oluyoruz. Templates Değişkenler ve Render yapısı Burada view te veri oluşturacağız […]