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"