-
Clone the repository
git clone https://github.com/msosav/book-Django-5-for-the-Impatient
-
Create a virtual environment and install the dependencies
cd book-Django-5-for-the-Impatient python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
-
Run the Django development server
python manage.py runserver
- username:
soos
- password:
Django1234