Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 853 Bytes

README.md

File metadata and controls

39 lines (34 loc) · 853 Bytes

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 [email protected]: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