All Projects → sibtc → Django Beginners Guide

sibtc / Django Beginners Guide

Licence: mit
A Complete Beginner's Guide to Django - Code Samples

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Beginners Guide

Faq
Useful Django-related information collected by `@pydjango` chat users.
Stars: ✭ 152 (-83.15%)
Mutual labels:  django, tutorial
Reactify Django
Integrate React & Django
Stars: ✭ 205 (-77.27%)
Mutual labels:  django, tutorial
Django Auth Tutorial
Source code for Django authentication tutorial.
Stars: ✭ 160 (-82.26%)
Mutual labels:  django, tutorial
Docker Jenkins Django Tutorial
實戰 Docker + Jenkins + Django + Postgres 📝
Stars: ✭ 129 (-85.7%)
Mutual labels:  django, tutorial
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (-62.97%)
Mutual labels:  django, tutorial
Django Intro Zh
Django 官方文档的 intro 部分的中文翻译
Stars: ✭ 141 (-84.37%)
Mutual labels:  django, tutorial
Justchat
A chat application built with Django channels.
Stars: ✭ 183 (-79.71%)
Mutual labels:  django, tutorial
Dependent Dropdown Example
Code example used in the post "How to Implement Dependent/Chained Dropdown List with Django"
Stars: ✭ 84 (-90.69%)
Mutual labels:  django, tutorial
Winerama Recommender Tutorial
A wine recommender system tutorial using Python technologies such as Django, Pandas, or Scikit-learn, and others such as Bootstrap.
Stars: ✭ 324 (-64.08%)
Mutual labels:  django, tutorial
Try Django 19
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.
Stars: ✭ 279 (-69.07%)
Mutual labels:  django, tutorial
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (-85.81%)
Mutual labels:  django, tutorial
Djangoforbeginners
Source code for Django For Beginners
Stars: ✭ 527 (-41.57%)
Mutual labels:  django, tutorial
Django Shop Tutorial
Use Django To Create A Simple Shopping Site Tutorial
Stars: ✭ 109 (-87.92%)
Mutual labels:  django, tutorial
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (-83.92%)
Mutual labels:  django, tutorial
Circleci Demo Python Django
Example Django application running on CircleCI
Stars: ✭ 100 (-88.91%)
Mutual labels:  django, tutorial
Rest Api Basics
This is a basic guide on how to build a REST API with Django & Python. For much deeper depth, check out our new course on REST API: (https://kirr.co/90kxtx)
Stars: ✭ 171 (-81.04%)
Mutual labels:  django, tutorial
Docker Elk Tutorial
docker-elk-tutorial + django + logging
Stars: ✭ 69 (-92.35%)
Mutual labels:  django, tutorial
Django Crash Starter
The Cookiecutter template for the Django Crash Course tutorial by Daniel and Audrey Feldroy.
Stars: ✭ 80 (-91.13%)
Mutual labels:  django, tutorial
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (-72.62%)
Mutual labels:  django, tutorial
Try Django 2.2
Try Django 2.2 is step-by-step to build a modern, fully open-source, Blog web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 338 (-62.53%)
Mutual labels:  django, tutorial

A Complete Beginner's Guide to Django

Python Version Django Version

Code samples from the Django tutorial series.

Django Boards Screenshot

Table of Contents

For the complete tutorial series index click here.

Running the Project Locally

First, clone the repository to your local machine:

git clone [email protected]:sibtc/django-beginners-guide.git

Install the requirements:

pip install -r requirements.txt

Setup the local configurations:

cp .env.example .env

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

Creative Commons License

The tutorials, documentations, comics are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].