Skip to content

Real Estate Agency website using Django for backend

Notifications You must be signed in to change notification settings

holyamirali/Real-Estate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Real-Estate Agency website

Used Django for the backend side
Jinja for making dynamic changes on frontend templates
PostgreSQL for the accounts and properties database (local)

How to run

Install Django using

pip install django

Configure your database in settings.py or create a new PostgreSQL database in your system using the settings.py credentials
Then run the following commands :

python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver

Open localhost:8000 on your browser to view the app

About

Real Estate Agency website using Django for backend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages