-
Book Overview & Buying
-
Table Of Contents
Python Django Dev To Deployment
By :
Python Django Dev To Deployment
By:
Overview of this book
This is a very practical course where we take a list of requirements from a fictional company to build a real estate application using Django. We will take a basic html/css Bootstrap 4 theme and turn it into a real working application with an admin area to manage resources including property listings, realtors and contact inquiries. We also have a section on learning basic Python syntax
What You Will Learn:
Basic Python (lists, dictionaries, functions, conditionals, etc)
Setup Virtual Environments
Install & configure Django
Create Django "apps"
Postgres Setup (local and remote)
Schema planning, models & migration
Admin Customization
Bootstrap integration
Full search functionality
User Authentication
Deploy to Digital Ocean with Gunicorn & Nginx
All the code and supporting files for this course are available at:
https://github.com/PacktPublishing/Python-Django-Dev-To-Deployment
Table of Contents (10 chapters)
Course Introduction
Python Language Fundamentals (Optional)
Project Specs & Getting Started
Apps, URLs & Templates
Models, Migrations & Admin
View Methods, Display & Search
Accounts & Authentication
Contact Inquiries