2025-09-29 14:07:15 +02:00
2025-09-29 14:07:15 +02:00
2024-12-29 03:44:52 +01:00
2025-02-06 11:24:19 +01:00
2024-12-29 03:44:52 +01:00
2025-08-14 14:08:34 +02:00
2024-12-29 03:44:52 +01:00
2024-12-29 03:44:52 +01:00
2025-04-19 21:31:03 +02:00
2025-02-07 13:22:17 +01:00

This project was done with:

How to run project?

  • Clone this repository.
  • Create virtualenv with Python 3.
  • Active the virtualenv.
  • Install dependences.
  • Run the migrations.
git clone https://github.com/senaduka/backend.git
cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Django Seed

if running django-seed type:

python manage.py seed crm expense --number=15

Este projeto foi feito com:

Como rodar o projeto?

  • Clone esse repositório.
  • Crie um virtualenv com Python 3.
  • Ative o virtualenv.
  • Instale as dependências.
  • Rode as migrações.
git clone https://github.com/senaduka/backend.git
cd backend
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python contrib/env_gen.py
python manage.py migrate

Django Seed

Se quiser rodar o django-seed digite:

python manage.py seed crm expense --number=15
Description
No description provided
Readme 4.1 MiB
Languages
HTML 49.5%
Python 40.4%
CSS 6.9%
JavaScript 3.2%