A real estates management system.
The clean, fast and right way to start a new Django 1.10.1
powered website.
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
- Basic Django scaffolding (commands, templatetags, statics, media files, etc).
I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.