All Projects → tmpbook → Django2.0 Tutorial

tmpbook / Django2.0 Tutorial

Licence: mit
Django2.0 Tutorial [1|2|3|4|5|6|7] Source Code

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Django2.0 Tutorial

Django Urlarchivefield
A custom Django model field that automatically archives a URL
Stars: ✭ 5 (-73.68%)
Mutual labels:  django
Django Postgres Graphql Boilerplate
A Boilerplate for a Django-GraphQL Project
Stars: ✭ 17 (-10.53%)
Mutual labels:  django
Django Beginners Guide
A Complete Beginner's Guide to Django - Code Samples
Stars: ✭ 902 (+4647.37%)
Mutual labels:  django
Django Rest Framework Gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
Stars: ✭ 830 (+4268.42%)
Mutual labels:  django
Heroku Django Template
A Django 2.0 base template featuring all recommended best practices for deployment on Heroku and local development.
Stars: ✭ 887 (+4568.42%)
Mutual labels:  django
Django rest example
Django/DRF rest application example.
Stars: ✭ 17 (-10.53%)
Mutual labels:  django
Django Registration
Django-registration (redux) provides user registration functionality for Django websites.
Stars: ✭ 823 (+4231.58%)
Mutual labels:  django
Django Photoblog
Photographer portfolio website powered by Django Framework. Features photo gallery with infinite scrolling, tagging, thumbnail generation and CMS for creating pages. Configured for Heroku and S3.
Stars: ✭ 19 (+0%)
Mutual labels:  django
Django Analytical
Analytics services for Django projects
Stars: ✭ 891 (+4589.47%)
Mutual labels:  django
Django2.0 Course
Django2.0视频教程相关代码(杨仕航)
Stars: ✭ 897 (+4621.05%)
Mutual labels:  django
Django Mypy
A django project to show use of mypy
Stars: ✭ 7 (-63.16%)
Mutual labels:  django
Django Oidc Rp
A server side OpenID Connect Relying Party (RP, Client) implementation for Django.
Stars: ✭ 16 (-15.79%)
Mutual labels:  django
Django Ninja
💨 Fast, Async-ready, Openapi, type hints based framework for building APIs
Stars: ✭ 875 (+4505.26%)
Mutual labels:  django
Server
The Etebase server (so you can run your own)
Stars: ✭ 826 (+4247.37%)
Mutual labels:  django
Django Sitecats
Django reusable application for content categorization.
Stars: ✭ 18 (-5.26%)
Mutual labels:  django
Django Prometheus
Export Django monitoring metrics for Prometheus.io
Stars: ✭ 823 (+4231.58%)
Mutual labels:  django
Campus42
Website that allows 42 Silicon Valley students to find each other on the map
Stars: ✭ 17 (-10.53%)
Mutual labels:  django
Django Login Registration
Django user registration and login with form validation
Stars: ✭ 19 (+0%)
Mutual labels:  django
Django Phantom Theme
Phantom is theme for django admin with many widgets, based on Twitter bootstrap 3.x.
Stars: ✭ 18 (-5.26%)
Mutual labels:  django
Strawberry
A new GraphQL library for Python 🍓
Stars: ✭ 891 (+4589.47%)
Mutual labels:  django

Django2.0-Tutorial

Django2.0 Source Code

Part 1: Requests and responses

Part 2: Models and the admin site

Part 3: Views and templates

Part 4: Forms and generic views

Part 5: Testing

Part 6: Static files

Part 7: Customizing the admin site

Run it immediately(Python3 needed)

pip3 install django

git clone https://github.com/tmpbook/Django2.0-Tutorial.git

cd Django2.0-Tutorial/mysite

python manage.py runserver

# Starting development server at http://127.0.0.1:8000/

Enjoy the Django2.0

About me

知乎:临书

微信(WeChat):

谢谢阅读
Thanks for watching
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].