Real Estate App made using Django. User can login and Signup and can make queries regarding property listings to the realtors. The Realtors will receive the queries and contacts the person on the email and contact details provided.
- Python
- Django
- PostgreSQL
- SMTP can be added with your credentials in the settings.py
- Jinja
- For other requirements please check
requirements.txt file
and use virtual environment.
- accounts
- contacts
- listings
- pages
- realtors
- real_estate
Use following instructions in console
-
To runserver or app
python manage.py runserver
-
To Collect static files if updated
python manage.py collectstatic
-
To create superuser to access admin panel
python manage.py createsuperuser