Skip to content

A simple attemt to make an accounting application for django. Ugly mix of Norwegian and English in variable names and comments. You can freely use this code for whatever purpuse you'd like, but I take no responsibility.

mariusnn/regnskap

 
 

Repository files navigation

List of dependencies:
Installable using easy_install:
django      # of course, it's a django app
openpyxl    # to enable Excel export
dropbox     # for dropbox upload and make security copies of files
mathplotlib # for making graphs
reportlab   # for generating PDF files 

To install:
* Rename the folder from regnskap to django_regnskap (because I named the github repository wrong)
* copy local_settings.py.dist to local_settings.py and insert your local settings (Database, apiKeys...)

Then it should behave as a normal django app:)

About

A simple attemt to make an accounting application for django. Ugly mix of Norwegian and English in variable names and comments. You can freely use this code for whatever purpuse you'd like, but I take no responsibility.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 50.7%
  • HTML 43.6%
  • JavaScript 4.8%
  • Other 0.9%