Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ruyadorno/estimate
Application to help time estimation for digital agencies.
https://github.com/ruyadorno/estimate
django django-application estimation python time time-estimation
Last synced: about 2 months ago
JSON representation
Application to help time estimation for digital agencies.
- Host: GitHub
- URL: https://github.com/ruyadorno/estimate
- Owner: ruyadorno
- Created: 2012-10-05T13:39:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-01-31T22:30:20.000Z (almost 8 years ago)
- Last Synced: 2024-10-10T22:12:40.076Z (2 months ago)
- Topics: django, django-application, estimation, python, time, time-estimation
- Language: Python
- Size: 339 KB
- Stars: 5
- Watchers: 5
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
estimate
========![Project frozen](https://img.shields.io/badge/status-frozen-blue.svg) ![Project unmaintained](https://img.shields.io/badge/project-unmaintained-red.svg)
http://ruyadorno.github.io/estimate
Application to help time estimation for digital agencies.
## Main Goals ##
- Time estimations should get way easier and faster for the whole team.
- This should be an easy to use tool for newcomers.## Demo ##
We have a temporary demonstration version on http://estimate-demo.olh.am running the develop branch. Just log in using an OpenID account and test the application.
## Dependencies ##
- [Django 1.5.1](https://www.djangoproject.com/)
- python-openid 2.2.5
- [django-openid-auth 0.5](https://launchpad.net/django-openid-auth)## Installation ##
Some knowledge on the Django web framework is required for setting up an Estimate application. Though it might be a bit more challenging for someone without a previous experience on it, there are plenty of documentation and tutorials available.
You can find below the steps to install Estimate on a server and some useful links.- Configure a django installation on a webserver of your preference, though I have only tested it on Apache with wsgi, any other popular option should be fine too. You can find more instruction on those in the [Django Documentation](https://docs.djangoproject.com/en/1.5/howto/deployment/wsgi/)
- Clone the repo on your server in a folder of your preference
- Create a python virtual environment for your installation, this step is probably optional but highly recomended. For more instructions check the [Virtualenv website](http://www.virtualenv.org/)
- Install the project dependencies with `pip install -r requirements.txt`
- Create a `estimate/local_settings.py` file, you should use `estimate/local_settings_template.py` as a reference.
- Configure your database, MySQL as an example will need an extra `pip install MySQL-python`
- Configure django project, such as sync the database and collect the static files## License ##
Released under the [MIT License](http://www.opensource.org/licenses/mit-license.php).