Coder Social home page Coder Social logo

django-budget's Introduction

django-budget

django-budget is a simple budgeting application for use with Django. It is designed to manage personal finances. We used it to replace a complicated Excel spreadsheet that didn't retain all the details we wanted.

It was implemented in Django based on familiarity, quick time to implement and the premise that it could be accessible everywhere. In practice, we run this locally (NOT on a publicly accessible website).

A Note About Security

It is recommended that anyone using this application add further security by either protecting the whole app with HTTP Auth, wrap the views with the login_required decorator, run it on a local machine or implement similar protections. This application is for your use and makes no assumptions about how viewable the data is to other people.

Requirements

django-budget requires:

  • Python 2.3+
  • Django 1.0+

Installation

  • Either copy/symlink the budget app into your project or place it somewhere on your PYTHONPATH.
  • Add the budget.categories, budget.transactions and budget apps to your INSTALLED_APPS.
  • Run ./manage.py syncdb.
  • Add (r'^budget/', include('budgetproject.budget.urls')), to your urls.py.

About The Templates/Media

The templates provided are for reference only and ARE NOT SUPPORTED! Please do not submit bugs or feature requests for them. You will likely have to create your own templates or at least heavily modify these templates to adapt them to your own uses. Everything within the templates is either original or MIT licensed.

django-budget's People

Contributors

toastdriven avatar

Watchers

 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.