Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenrique/wms
Sistema de workflow utilizando django-grappelli, ExtJS3 e geraldo-report
https://github.com/gustavohenrique/wms
Last synced: about 1 month ago
JSON representation
Sistema de workflow utilizando django-grappelli, ExtJS3 e geraldo-report
- Host: GitHub
- URL: https://github.com/gustavohenrique/wms
- Owner: gustavohenrique
- License: other
- Created: 2012-06-05T17:08:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-06T12:03:08.000Z (over 12 years ago)
- Last Synced: 2024-04-16T03:18:25.509Z (9 months ago)
- Language: Python
- Size: 3.35 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
WMS - Workflow Management System
================================Sistema de workflow criado em 2009 utilizando django-grappelli, ExtJS3 e geraldo-report.
Devido à grande procura na lista django-brasil resolvi publicar no github.*Atenção*
Código feio e sem testes utilizando versões antigas do django e extjs.Instalação
----------Instale o virtualenv e virtualenvwrapper.
mkvirtualenv --no-site-packages wms
pip install -r requirements.txt*Atenção*
foi testado apenas em ambiente Linux (Fedora 16/17 e Ubuntu 12.04) com encoding utf-8Uso
---
workon wms
python manage.py syncdb
python manage.py runserverPara adicionar processos, passos e trabalhos, utilize a interface do admin:
http://localhost:8000/adminFique à vontade para contribuir com o projeto.