
Launch your Django journey by learning the absolute basics of Python and Django to build a basic personal or business website, with no database concepts covered in this course.
Check out my student Facebook Group...
It's a great place to get fast support for this course from me, to interact with other students, to post your projects and code, and to access course announcements and extras...
Join Now!
https://www.facebook.com/groups/codemycom/
Download Sublime Text, a popular free text editor for coding, install it on Windows, Mac, or Linux, and prepare for Django installation and the virtual environment setup.
Install Django in your virtual environment using pip to get the latest 2.x release, then create a directory for your Django project and prepare to create it.
Django has updated to version 3.0 since this course was released. You can use the latest version of Django with no problems in this course.
Build your first django web page by creating a view as a python function in the mvc pattern, returning a rendered template and using a request to replace default page.
Create a templates directory and template files for the home and about pages to align with views, then configure URLs in Django to route requests.
Learn how to configure Django URLs by importing views, creating path entries for home and about, naming routes, and including pages.urls via the main urls.py to build a navigable site.
Learn to create dynamic links in Django using the url template tag, avoiding hard-coded paths, and prepare templates with includes for shared navigation.
Discover Django templating with a base template and blocks, including a title block, to set per-page titles, meta tags, and social links, enabling page-specific content like home and about pages.
Discover how to configure Django static files, organize images in a static/images folder, and use the static tag to load images, CSS, and JavaScript on your site.
In this course you'll learn how to build simple websites with Django and Python!
Django overwhelms a lot of people, and it doesn't have to! If you understand just a few basic concepts, you'll see that Django is a breeze to use!
In this course I'll be developing on a Windows machine, but you should be able to follow along if you're on a Mac or Linux. I'll show you how to download and install Python and Django, and create a basic website.
We won't be doing ANY database work in this course. I feel like databases confuse a lot of newbies, so instead of getting bogged down in all of that, we're just going to skip it and focus on building basic static websites.
You'll be able to build simple personal websites, or simple business websites when you're finished with this course.
WHAT DO YOU NEED TO TAKE THIS COURSE?
You don't need any tools or special skills to take this course. I'll show you how to download and install everything you'll need for free (Django, Python, and the Sublime Text Editor).
Other than that, you'll just need a computer with Internet Access!
DO I NEED TO KNOW PYTHON TO TAKE THIS COURSE?
No! Django is built for Python. It's a web framework for Python. So it's a good idea to learn Python if you want to use Django. But you don't have to know Python to take this course. I'll walk you through everything you need to know.
Building websites with Django is a ton of fun, and learning has never been this easy.
I'll see you on the inside!
-John Elder