Code Monkey home page Code Monkey logo

django-unchained's Introduction

Django cover

Description

This repo reflects my attempt to learn the Django framework from scratch. I'm adequately adept in Python and previously have done extensive micro-service oriented development via Flask, Starlette, FastAPI, etc. However, at the time of writing this, I don't have any prior experience of working with Django.

Initially, I'm not going through the official documentation or reading any tutorial in general. Instead, I'm working my way through these three books by Willium S. Vincent in the following order:

Directory Orchestration

Here's a bird's eye view of all the completed projects. The top-level folders represent the name of the corresponding book, and each of the nested folders represents a single project.

.
├── django_for_apis
│   ├── project_1_library
│   ├── project_2_todo
│   └── project_3_blog
├── django_for_beginners
│   ├── project_1_hello_world
│   ├── project_2_pages_app
│   ├── project_3_mb_app
│   ├── project_4_blog_app
│   └── project_5_newspaper_app
├── django_for_professionals
│   ├── project_1_hello_world
│   ├── project_2_postgresql
│   └── project_3_bookstore
├── LICENSE
├── Makefile
├── README.md
├── requirements-dev.txt
└── requirements.txt

14 directories, 5 files

Run the Final Project

You can run and play around with the final project of the Django for Professionals book. Follow the detailed instruction here to do so.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.