All Projects → sibtc → Django Auth Tutorial Example

sibtc / Django Auth Tutorial Example

Licence: mit
Django Authentication Video Tutorial

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Auth Tutorial Example

Django Rest Registration
User-related REST API based on the awesome Django REST Framework
Stars: ✭ 240 (+300%)
Mutual labels:  django, auth
Docker Django Nginx Uwsgi Postgres Tutorial
Docker + Django + Nginx + uWSGI + Postgres 基本教學 - 從無到有 ( Docker + Django + Nginx + uWSGI + Postgres Tutorial )
Stars: ✭ 334 (+456.67%)
Mutual labels:  django, tutorial
Tweetme 2
Build a twitter-like app in Django, Bootstrap, Javascript, & React.js. Step-by-Step.
Stars: ✭ 247 (+311.67%)
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 (+185%)
Mutual labels:  django, tutorial
Try Django
Learn Django bit by bit in this series
Stars: ✭ 767 (+1178.33%)
Mutual labels:  django, tutorial
Justchat
A chat application built with Django channels.
Stars: ✭ 183 (+205%)
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 (+440%)
Mutual labels:  django, tutorial
Django Intro Zh
Django 官方文档的 intro 部分的中文翻译
Stars: ✭ 141 (+135%)
Mutual labels:  django, tutorial
Djangoforbeginners
Source code for Django For Beginners
Stars: ✭ 527 (+778.33%)
Mutual labels:  django, tutorial
Firebase Instagram
📸 Instagram clone with Firebase Cloud Firestore, Expo, and React Native 😁😍
Stars: ✭ 389 (+548.33%)
Mutual labels:  tutorial, auth
Django Auth Tutorial
Source code for Django authentication tutorial.
Stars: ✭ 160 (+166.67%)
Mutual labels:  django, tutorial
Docker Tutorial
Docker 基本教學 - 從無到有 Docker-Beginners-Guide 教你用 Docker 建立 Django + PostgreSQL 📝
Stars: ✭ 906 (+1410%)
Mutual labels:  django, tutorial
Faq
Useful Django-related information collected by `@pydjango` chat users.
Stars: ✭ 152 (+153.33%)
Mutual labels:  django, tutorial
Reactify Django
Integrate React & Django
Stars: ✭ 205 (+241.67%)
Mutual labels:  django, tutorial
Kubernetes Django
Scalable and resilient Django with Kubernetes.
Stars: ✭ 145 (+141.67%)
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 (+365%)
Mutual labels:  django, tutorial
Simple Signup
Code samples used in the blog post "How to Create User Sign Up View"
Stars: ✭ 128 (+113.33%)
Mutual labels:  django, tutorial
Docker Jenkins Django Tutorial
實戰 Docker + Jenkins + Django + Postgres 📝
Stars: ✭ 129 (+115%)
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 (+463.33%)
Mutual labels:  django, tutorial
Django Beginners Guide
A Complete Beginner's Guide to Django - Code Samples
Stars: ✭ 902 (+1403.33%)
Mutual labels:  django, tutorial

Django Authentication Video Tutorial

Python Version Django Version

Code example used in the tutorial series on Django Authentication.

Watch it on YouTube: Django 2.1 Authentication Tutorial (8 Videos)

Subscribe to my YouTube channel: youtube.com/VitorFreitas

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/sibtc/django-auth-tutorial-example.git

Install the requirements:

pip install -r requirements.txt

Apply the migrations:

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.

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].