Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
/ mr-scrooge-server Public archive

A little project to import all my finances to a database

Notifications You must be signed in to change notification settings

Dracks/mr-scrooge-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 

About

A little project to import all my finances to a database

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages