/mr-scrooge-server

A little project to import all my finances to a database

Primary LanguagePython

This project is merged into MrScrooge, and thereby is archived.

Mr Scrooge Server

This is the view of the application MrScrooge

Status

https://travis-ci.org/Dracks/mr-scrooge-server.svg?branch=master

To Develop

Install dependencies:

pip install -r requirements.txt

Create a settings file (finances/settings.py) which import all the contents from settings_base like the following:

from .settings_base import *

AUTH_PASSWORD_VALIDATORS = []

# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True

Run the project:

./manage.py runserver