Giter Site home page Giter Site logo

johnmahugu / proprio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from oadam/proprio

0.0 1.0 0.0 380 KB

A free property management software to manage your tenancies

License: MIT License

Python 73.93% HTML 7.89% Shell 0.45% JavaScript 17.73%

proprio's Introduction

property-management

Build Status Dependency Status

A free as in a beer property management software to manage your tenants

Demo link

Demo link. The database is reset every once in a while. Please use login demo/demo.

Installation

pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver

Custom bank file parser

To register a new bank format parser, duplicate the existing bank format parser, modifiy its methods, and add it to the list of importers specified by the PROPRIO_IMPORT_PARSERS property in django settings

Run with Docker

This app can be run using Docker.

You can pull it at oadam/proprio.

It will put its sqlite db and its uploaded files into a /data volume that you have to provide. It also expects a SECRET_KEY environment variable containing a django secret key. You can set the DEBUG variable to run django in debug mode.

You can run it on port 80 using the following 2 steps :

docker run oadam/proprio # this will crash and generate a SECRET_KEY
docker run --env SECRET_KEY='[the generated key]' -p 80:8000 -ti -v  /path/to/your/data/dir:/data oadam/proprio

proprio's People

Contributors

oadam avatar vectorien avatar rajanski avatar

Watchers

kesh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.