ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Build a Website With Django 3: A complete introduction to Django 3

دانلود کتاب ساخت وب سایت با جنگو 3: معرفی کامل جنگو 3

Build a Website With Django 3: A complete introduction to Django 3

مشخصات کتاب

Build a Website With Django 3: A complete introduction to Django 3

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 0994616899, 9780994616890 
ناشر: GNW Independent Publishing 
سال نشر: 2019 
تعداد صفحات: 266 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 14 مگابایت 

قیمت کتاب (تومان) : 42,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 13


در صورت تبدیل فایل کتاب Build a Website With Django 3: A complete introduction to Django 3 به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب ساخت وب سایت با جنگو 3: معرفی کامل جنگو 3 نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب ساخت وب سایت با جنگو 3: معرفی کامل جنگو 3



ساخت یک وب سایت با جنگو 3 چهارمین نسخه از کتاب محبوب مبتدیان جنگو من است که به طور کامل برای جنگو 3 به روز شده است

نه تنها این کتاب برای پوشش جدیدترین ها به روز شده است. نسخه جنگو، اما من دستورالعمل‌های نصب را برای کاربران macOS اضافه کرده‌ام.

معرفی کامل شما با Django 3

ساخت یک وب‌سایت با Django 3 همه موارد را پوشش می‌دهد. مفاهیم اصلی جنگو برای راه اندازی سریع شما:

  • چرا جنگو چارچوب برتر پایتون برای توسعه برنامه های کاربردی وب است
  • تصویر بزرگ - ساختار جنگو چگونه است< /li>
  • مدل های جنگو
  • نماهای جنگو
  • قالب های جنگو
  • مدیر جنگو
  • نماهای عمومی
  • li>فرم های ساده
  • فرم های پیچیده و فرم های مدل
  • مدیریت کاربران
  • محتوای محدود
  • آپلود فایل
  • ارسال ایمیل
  • استقرار یک برنامه جنگو

ایجاد یک وب سایت واقعی

این کتاب درباره تئوری خسته کننده نیست. با یادگیری جنگو، یک وب سایت کاملاً کارآمد ایجاد خواهید کرد. من حتی به شما نشان می‌دهم که چگونه وب‌سایت خود را به صورت رایگان در اینترنت مستقر کنید.


توضیحاتی درمورد کتاب به خارجی

Build a website with Django 3 is the fourth edition of my popular Django beginners book, fully updated for Django 3

Not only has the book been updated to cover the latest version of Django, but I've added install instructions for macOS users.

Your complete introduction to Django 3

Build a website with Django 3 covers all the core concepts of Django to get you up and running fast:

  • Why Django is the premier Python framework for developing web applications
  • The big picture - how Django is structured
  • Django Models
  • Django Views
  • Django Templates
  • The Django admin
  • Generic views
  • Simple forms
  • Complex forms and model forms
  • Managing Users
  • Restricted content
  • File uploads
  • Sending email
  • Deploying a Django application

Build a real website

This book is not about boring theory. You'll be building a fully functioning website as you learn Django. I even show you how to deploy your website to the Internet for free.



فهرست مطالب

Introduction
	Who This Book is For
	Structure of the Book
	Software Versions
	Source Code
Why Django?
	So, Why Django?
		Python
		Batteries Included
		Doesn’t Get in Your Way
		Built-in Admin
		Scalable
		Battle Tested
		Packages, Packages and More Packages!
		Actively Developed
		Stable Releases
		First Class Documentation
Django Overview
	The Big Picture—How Django is Structured
	Django Models
		Supported Databases
	Django Templates
		Separate Logic From Design
		Don’t Repeat Yourself (DRY)
		Template Security
	Django Views
	URLconf—Tying it all Together
Installing Python and Django
	Installing Python
	Installing Python on macOS
	Installing a Python Virtual Environment
		Creating a Project Folder
		Create the Virtual Environment
	Installing Django
	Starting a Project
	Creating a Database
	The Development Server
	Text Editor
Python Basics
	Code Layout—Readability Counts
		Interactive Interpreter
			Testing Code With the Interactive Interpreter
			Using the Interactive Interpreter with Django
		Comments and Docstrings
		Math and Numbers
		Strings
		Formatting Strings
		Lists, Dictionaries and Tuples
		The if Statement and Code Branching
		Loops and Iterators
			The While Loop
			Breaking out of Loops
			Iterating with a For Loop
		Catching Errors
		Classes and Functions
		Packages and Modules
			The Dot Operator
		Regular Expressions
Your First Django Application
	Django Project Structure
		Django Settings
	Django Applications
		Creating the Pages App
		Django App Structure
		Your First View
		Configuring the URLs
	So What Just Happened?
Creating the Page Model
	The Page Model
	A First Look at the Django Admin
		Using the Admin Site
Django Templates
	Template Settings
		Static Files
	Site Template and Static Files
		Listing 1—base.html
		Listing 2—main.css
		logo.jpg and top_banner.png
	Updating Your View
	It Broke!—Django’s Error Page
	The Pages Template
Improving Your View and Adding Navigation
	Modify Page URLs
	Rewriting the View
		Testing the View
		Modify the Templates
	Improving the Templates
		Page Title
		Create a Menu
	Page Not Found! Adding a 404
Creating a Contact Form
	Creating the Contact Form
		Add URL to Pages App
		Add Navigation to Site Template
		Create the Contact Form Template
		Create the Contact Form View
		Emailing the Form Data
Building a More Complex Form
	Create the Quotes App
	Create the Quote Model
	Add Quote Model to the Django Admin
	Create the Quote Form
	Add the Quote View
	Create the Quote Form Template
	Link the Quote Form
	Finished!
	In the Event of an Emergency...
Django’s Generic Views
	Viewing Records with ListView
		Improving the Quote List Template
	Viewing a Single Record with DetailView
		Create the Detail View
		Add the URLconf
		Create the Detail View Template
		Add CSS to Format Detail View
		Modify Quote List Template
User Management
	Users in the Admin
	Users in the Front End
		Add the Registration View
		Create the Templates
			The Login Template
			The Register Template
			The Success Template
			Modify the Base Template
		Create URLconfs
	Testing the Authentication System
	Restricting Users in the Front End
		Modify the Quote Request View
		Modify the Quote List View
		Modify the Quote Detail View
Deploying a Django Website
	Choosing a Host
	Preparing the Site for Deployment
	Deploy to PythonAnywhere
		Add a Database
		Upload the Site Files
		Install Django
		Install the Web App
		Configure the Web App
		Run Django Management Commands
		Link to the Static Files
		Add a Home Page
		Set Site to Production Mode
Next Steps
	Testing
	Documenting Your Code
	Connecting to Other Databases
	Django’s “App Store”
	Online Django Resources
	Django Books
	A Final Request
Additional Reference Material
Blank Page




نظرات کاربران