دسترسی نامحدود
برای کاربرانی که ثبت نام کرده اند
برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید
در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید
برای کاربرانی که ثبت نام کرده اند
درصورت عدم همخوانی توضیحات با کتاب
از ساعت 7 صبح تا 10 شب
ویرایش: 3
نویسندگان: Samuli Natri
سری:
ISBN (شابک) : 169188801X, 9781691888016
ناشر: Independently published
سال نشر: 2019
تعداد صفحات: 349
زبان: English
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود)
حجم فایل: 4 مگابایت
در صورت تبدیل فایل کتاب Django - The Easy Way A step-by-step guide on building Django websites به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.
توجه داشته باشید کتاب Django - The Easy Way راهنمای گام به گام ساخت وب سایت های جنگو نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.
با نحوه ساخت و استقرار برنامه های وب با پایتون و جنگو آشنا شوید.
فهرست مطالب:
Learn how to build and deploy web applications with Python and Django.
Table of contents:
Table of Contents Introduction About the author About Python About Django Who is this book for What this book covers GitHub repository and feedback Installing Python I Blogging Platform Creating A Django Project Creating virtual environments Installing Django Creating a new Django project Summary Creating Apps Adding features with apps Configuring URLs Creating views Creating templates Summary Templates Templates Template inheritance Summary Static Files (CSS) Adding CSS stylesheets Configuration Template Highlighting active links Summary Models Creating models Listing blog posts Creating a blog detail page Summary ForeignKey And Dates Summary Forms With ModelForm Creating posts Editing posts Deleting posts Summary Authentication Implementing authentication Overriding templates Summary Authorization Assigning permissions with groups Checking permissions in templates Restricting access to views Summary Tagging Tagging blog posts Filtering blog posts by a tag Summary Pagination Paginator class Including templates Summary Images Uploading images Processing images Summary Context processors: Latest posts Context processors Summary Styling With Sass node-sass browser-sync Normalize Google Fonts Header Layout Post Latest posts block Forms Pagination Summary Deployment: Heroku Creating a new app Configuring Heroku Settings Updating the production site Summary Amazon S3 Storage And CloudFront Creating an Amazon S3 bucket Setting up permissions Configuration Installing packages CloudFront Summary II Miscellaneous Topics Deployment: Digitalocean Local vs production configuration SSH keys Git repository Creating a droplet Configuring the droplet PostgreSQL Django application and production settings Staticfiles Gunicorn Nginx Updating the production site Summary Deployment: PythonAnywhere Local vs production configuration SSH keys Git repository Adding a web app Updating the production site Summary PyCharm and Django Setup One App Project Configuration Models & URLs View & template Add content and run the development server Summary Building APIs Setup Serializers GET (all) and POST GET (detail), PUT and DELETE Authorization Custom permissions Authentication Pagination Summary Testing Introduction Unit tests Test view context data Test data and database queries Fixtures Functional tests Summary Attribution