- 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
- 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