π DevSearch Live
πΉ Step 1: Clone the Repository
git clone <repo_url>πΉ Step 2: Create and Activate a Virtual Environment
# Install virtualenv if not already installed
pip install virtualenv
# Create a virtual environment
virtualenv env_name
# Activate the virtual environment
# Windows
env_name\Scripts\activate
# Mac/Linux
source env_name/bin/activateπΉ Step 3: Navigate into Project Directory
cd DevSearchπΉ Step 4: Install Dependencies
pip install -r requirements.txtπΉ Step 5: Run the Development Server
python manage.py runserverβ
Share Projects
β
Message Other Developers
β
Rate Others' Work
β
Search Other Developers
- Django πΈοΈ
- PostgreSQL ποΈ
- Django REST Framework π
πΉ π Home Page
πΉ π Projects Page
πΉ π¨ User Inbox
π§π»βπ» This repository contains the source code and resources for the Django 2021 Course by Dennis Ivy. The course is aimed at beginners who want to learn how to build web applications using Django, a high-level Python web framework.