django-real-estate
django-real-estate copied to clipboard
A tutorial project for beginners learning Django
The Definitive Django Learning Platform.
Django Crash Course
This repository is the final code for the Django Crash Course found on YouTube and JustDjango.
Running the Project
- Create a virtual environment with
virtualenv venv - Activate the environment with
source env/bin/activate - Install dependencies with
pip install django - Run the server with
python manage.py runserver