Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 686 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 686 Bytes

property-management

A real estates management system.

The clean, fast and right way to start a new Django 1.10.1 powered website.

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv project-env
$ source project-env/bin/activate
$ cd projectname/
$ cp settings_custom.py.edit settings_custom.py
$ python manage.py migrate
$ python manage.py runserver

Features

  • Basic Django scaffolding (commands, templatetags, statics, media files, etc).

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.