Sourcode and Resources for Django 2021 Course
See the full course here: https://dennisivy.teachable.com/p/django-beginners-course
- 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
- Share Projects
- Message other developers
- Rate others work
- Search other developers
- Basic Djagno Overview
- Database Design and Models
- Static Files
- User Registration & Authenticaiton
- Search
- Pagination
- Building an API with Django REST Framework (DRF)
- Deployment
- Django
- Postgres
- Django REST Framework