Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geovanesv/django-funcionarios
Sistema de cadastro e listagem de funcionários
https://github.com/geovanesv/django-funcionarios
Last synced: 10 days ago
JSON representation
Sistema de cadastro e listagem de funcionários
- Host: GitHub
- URL: https://github.com/geovanesv/django-funcionarios
- Owner: geovanesv
- Created: 2022-07-27T15:48:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-27T16:02:10.000Z (over 2 years ago)
- Last Synced: 2023-03-04T17:55:24.472Z (over 1 year ago)
- Language: HTML
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Funcionarios, Django
## Instalação
Primeiro, recomenda-se a criação de um ambiente virtual.
Com seu ambiente virtual configurado, instale as dependências do projeto com:```bash
pip install -r requirements.txt
```Para criar as _Migrations_:
```bash
python manage.py makemigrations
```Para efetivar as _Migrations_ no banco de dados:
```bash
python manage.py migrate
```## Execução
Para executar o servidor de testes do Django, execute:
```bash
python manage.py runserver
```## Autor: Geovane Araujo