Skip to content
This repository was archived by the owner on Jun 1, 2020. It is now read-only.

CleitonDeLima/myfinances

Folders and files

NameName
Last commit message
Last commit date
Oct 9, 2019
Oct 14, 2019
Oct 14, 2019
Oct 14, 2019
Oct 9, 2019
Sep 18, 2019
Sep 18, 2019
Oct 9, 2019
Sep 11, 2019
Oct 14, 2019
Sep 18, 2019

Repository files navigation

MyFinances

Como usar o projeto local

  1. Clone o projeto:
git clone https://github.com/CleitonDeLima/myfinances.git
  1. Crie um ambiente virtual do python:
cd myfinances
python -m venv .venv
source .venv/bin/activate
  1. Crie o arquivo .env na raiz do projeto com o conteúdo:
SECRET_KEY=IS_SECRET
DEBUG=True
ALLOWED_HOSTS=*
DATABASE_URL=sqlite3:///db.sqlite3
IS_SECURE=False
  1. Instale as dependencias:
pip install -r requirements.txt && pip install ipython
  1. Rode as migrações:
python manage.py migrate
  1. Crie um superuser:
python manage.py createsuperuser
  1. Rodar o runserver:
python manage.py runserver

About

Controle financeiro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published