-
clone this project to your local folder
git clone
-
Use conda to manage your dependeices and packages
conda create --name mydjangoenv python=3.8
-
Activate the conda env
conda activate mydjangoenv
-
Install Django
conda install django
orpip install django
(Install the necessary python packages using pip:pip install -r requirements.txt
) -
python manage.py runserver
-
Notifications
You must be signed in to change notification settings - Fork 0
luomi16/djangoProject
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A Real Estate website built using Django, Bootstrap and PostgreSQL.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published