Skip to content

I need to use Pyramid at work so I'm implementing one of my dumb hackathon ideas as practice. Idea: site where you can upload your bank account statement and it shows a map of where you spent or withdrew your money. For nostalgic purposes? Maybe?

Notifications You must be signed in to change notification settings

Lauriy/money_map

Repository files navigation

money_map README
==================
OS
--

- sudo apt install gettext

Getting Started
---------------

- cd <directory containing this file>

- $VENV/bin/pip install -e .

- $VENV/bin/pserve development.ini


DB
--

- initialize_money_map_db development.ini


Translations
------------

- pot-create -o money_map/locale/money_map.pot money_map

- msginit -l et -i money_map/locale/money_map.pot -o money_map/locale/et/LC_MESSAGES/money_map.po

- msgmerge --update money_map/locale/et/LC_MESSAGES/money_map.po money_map/locale/money_map.pot

- msgfmt -o money_map/locale/et/LC_MESSAGES/money_map.mo money_map/locale/et/LC_MESSAGES/money_map.po

About

I need to use Pyramid at work so I'm implementing one of my dumb hackathon ideas as practice. Idea: site where you can upload your bank account statement and it shows a map of where you spent or withdrew your money. For nostalgic purposes? Maybe?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published