Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tutorial | 1,455 | 2 days ago | 106 | other | Makefile | |||||
This is a tutorial we are using for Django Girls workshops | ||||||||||
Django Locallibrary Tutorial | 1,379 | 2 months ago | 2 | cc0-1.0 | Python | |||||
Local Library website written in Django; example for the MDN server-side development Django module: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django. | ||||||||||
Docker Tutorial | 1,324 | a day ago | 5 | mit | Python | |||||
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝 | ||||||||||
Python Learning Resources | 1,026 | 4 months ago | 4 | |||||||
Django Beginners Guide | 950 | 2 years ago | 22 | mit | Python | |||||
A Complete Beginner's Guide to Django - Code Samples | ||||||||||
Djangoforbeginners | 912 | a month ago | 5 | mit | JavaScript | |||||
Source code for Django For Beginners | ||||||||||
Hellodjango Blog Tutorial | 909 | 2 years ago | 11 | gpl-3.0 | Python | |||||
免费带你学 django 全栈!基于 django 2.2 的个人博客,初学者绝对不能错过的 django 教程!。◕ᴗ◕。 | ||||||||||
Django Rest Framework Tutorial | 682 | 2 years ago | 5 | mit | Python | |||||
Django-REST-framework 基本教學 - 從無到有 DRF-Beginners-Guide 📝 | ||||||||||
My_ml_service | 560 | 9 months ago | 12 | mit | Python | |||||
My Machine Learning Web Service | ||||||||||
Docker Django Nginx Uwsgi Postgres Tutorial | 405 | 6 days ago | 3 | mit | Python | |||||
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial ) |
Try Django 1.9 is an introduction to Django version 1.9 by creating a simple, yet robust, Django blog. This series covers a variety of Django basics as well as Django 1.9 specific material. Created by Team CFE @ http://joincfe.com.
The tutorial videos are available on our YouTube channel and ad-free on Coding for Entrepreneurs.
Subscribe to our YouTube Channel
Thanks for watching!
Team CFE
The tutorial code below is the final code from the end of each tutorial video. Each link below is tied directly to the tutorial's title. Please note that some videos will not have code reference code.
18 - Dyanmic Url Routing & Patterns
19 - URL Links & Get Absolute URL
22 - Django Messages Framework
25 - Setup Static Files - CSS - Javascript - Images in Django
28 - File Uploads with FileField and ImageField
33 - Associate User to Post with a Foreign Key
35 - Item Publish Date & Draft