Skip to content

kadeeraziz/Django-2021

 
 

Repository files navigation

DevSearch

Sourcode and Resources for Django 2021 Course

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

Installation

  • 1 - clone repo https://github.com/divanov11/Django-2021
  • 2 - create a virtual environment and activate
    • pip install virtualenv
    • virtualenv envname
    • envname\scripts\activate
  • 3 - cd into project "cd django-2021"
  • 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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.4%
  • CSS 31.2%
  • JavaScript 21.4%
  • Python 10.0%