Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 272 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 272 Bytes

Housing-Management

A Property mannagement system built with django web framework

demo

[https://afriproperty.com.ng/]

dependencies

Python, Django==2.1

run

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