Skip to content

Checka will keep your checks and manage your budged. But gansta!

Notifications You must be signed in to change notification settings

alexshemesh/checka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checka

This is Django app that manages your home budget.

Project Documentation

For project documentation see project_docs

Requirements

  1. git client - Install git client
  2. python 3.6 Install python
  3. pip 18.1 or higher - Install pip

Instalation

Clone

git clone git@github.com:alexshemesh/checka.git
cd checka

Create virtual environment

python -m venv ~/.venvs/checka

Activate virtual environment

source  ~/.venvs/checka/bin/activate

Install requirements

pip install -r requirements.txt

Generate DB

python manage.py migrate

Run server

python manage.py runserver

About

Checka will keep your checks and manage your budged. But gansta!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published