Skip to content

Django regnskap er en regnskapsapplikasjon for regnskapssystemer for Django. Passer til de fleste regnskap basert på dobbelt bokholderi/T-konto.

Notifications You must be signed in to change notification settings

jontingvold/django_regnskap

 
 

Repository files navigation

Django regnskap

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.

List of dependencies:

Installable using easy_install:

  • django version 1.8 # Later versions will not workdocumentation
  • openpyxl # to enable Excel export
  • dropbox # for dropbox upload and make security copies of files
  • mathplotlib # for making graphs
  • reportlab # for generating PDF files
  • MySQL-python# for mysql drivers
  • django-extensions # for JSONField

you can also run

pip install -r requirements.txt

Configure database settings etc.

  • 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:)

Pythonanywhere.com

To run on pythonanywhere.com you need to set ut WSGI and create a virtual envirement to install packages.

Se how in documentation/run on pythonanywhere.com/README.md

About

Django regnskap er en regnskapsapplikasjon for regnskapssystemer for Django. Passer til de fleste regnskap basert på dobbelt bokholderi/T-konto.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 36.4%
  • HTML 30.8%
  • JavaScript 22.5%
  • CSS 10.3%