Skip to content

robhafemeister/Django-2022

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevSearch

Sourcode and Resources for Django 2021 Course

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

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

Installation

  • 1 - Clone repo
  • 2 - create a virtual environment and activate
    • pip install virtualenv
    • virtualenv envname
    • envname\scripts\activate
  • 3 - cd into project
  • 4 - pip install -r requirements.txt
  • 5 - python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 45.4%
  • CSS 30.8%
  • JavaScript 16.7%
  • Python 7.1%