Skip to content

EnginEken/real_estate_website_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

real_estate_website_django

Real estate web site with django.

This project is for learning purposes only. It is implemented with Django framework and full-stack development principles are tried to be understood.

PostgreSql is used for database and bootstrap is used on front-end

  • If you would like to check, you can run "python manage.py migrate" command to initialize the database(if you are want to use different databases, you need to edit the settings.py).

  • Then you need to run "python manage.py runserver" to run the project locally in your 8000 port.

  • You need to open your browser and go to localhost:8000 or 127.0.0.1:8000 then.

  • You can create superuser for your DB to be able to login admin panel with "python manage.py createsuperuser" command and you can reach the admin panel with "localhost:8000/admin" or "127.0.0.1:8000/admin"

About

Real estate web site with django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published