Skip to content
This repository has been 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

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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