Skip to content

dennisivy/Django-Course

Repository files navigation

DevSearch

Sourcode and Resources for Django 5 Course

See the full course here: https://dennisivy.teachable.com/p/django-beginners-course

Installation

  • 1 - clone repo https://github.com/divanov11/Django-Course
  • 2 - create a virtual environment and activate
    • pip install virtualenv
    • virtualenv envname
    • envname\scripts\activate
  • 3 - cd into project "cd Django-Course"
  • 4 - pip install -r requirements.txt
  • 5 - python manage.py runserver

Features

  • Share Projects
  • Message other developers
  • Rate others work
  • Search other developers

Course Overview

  • Basic Djagno Overview
  • Database Design and Models
  • Static Files
  • User Registration & Authenticaiton
  • Search
  • Pagination
  • Building an API with Django REST Framework (DRF)
  • Deployment

Tech Stack

  • Django
  • Postgres
  • Django REST Framework

Home Page

Projects Page

Profile Page

User Inbox

About

A practical Django project demonstrating how to build web apps from scratch with authentication, search, pagination, and API support.

Resources

Stars

568 stars

Watchers

24 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors