Skip to content

pdelkowski/expenses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track your expenses

This is really simple application to help you track your expenses, monthy.

Installation

  1. Clone repo

  2. Install requirements via PIP

pip install -r requirements.txt
  1. Run application
python manage.py migrate
python manage.py collectstatic
python manage.py runserver

of course it's good idea to run it through Nginx or something similar

Configuration

You have to add entry to CRON so you can receive Expense Reports eg. (don't forget to set SHELL to bash so you can source)

SHELL=/bin/bash
* * * * * source /home/user/.bashrc && source /home/user/django/bin/activate && /home/user/django/bin/python /home/user/django/expenses/manage.py runcrons >> /home/user/django/expenses/cronjob.log

Also don't forget to fill your .env file

About

A app to track your expenses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published