Conoce tus profesores antes de llegar al salon.
En Puerto Rico hay miles de estudiantes que desean coger sus clases con los profesores que mejor las de. Nos dimos cuenta que no habia una plataforma la cual podias ver la reputacion de un profesor antes de coger la clase. Por lo tanto, desarollamos Notaso
Si tienes una idea de como mejorar esta plataforma o si has encontrado algún error déjanos saber creando un "issue" en el repositorio.
Issues - para reportar problemas, errores, sugerencias, etc.
Aquí un vídeo que explica como crear "issues". Recuerda que primero necesitas crear una cuenta de GitHub, es gratis.
Este proyecto no sería posible sin la colaboración de otros developers que han donado su tiempo para crear esta aplicación. Si encuentras un error por favor crea un issue y si puedes arreglarlo te invitamos a hacer y someter un pull request.
Debes tener instalado Python 2.7 en tu máquina. También es recomendado que crees un virtualenv para el proyecto pero no es un requisito.
$ git clone https://github.com/jpadilla/notaso.git
$ cp .env.example .env
$ pip install -r requirements.txt
$ python manage.py syncdb --migrate
$ python manage.py runserverAbre tu browser en http://localhost:8000/.
Para accesar la sección de administración debes de crear un super usuario.
$ python manage.py createsuperuser
$ python manage.py runserverLuego ve a http://localhost:8000/admin/.
All of "Notaso" is licensed under the MIT license.
Copyright (c) 2010-2014 José Padilla
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
100% de las donaciones hechas irán a pagar los gastos de hosting y mantenimiento de la plataforma que en este momento son $20.00 USD mensual. Pronosticamos que en poco tiempo este número debe subir así que por eso estamos apuntando a asegurar $40.00 mensual. La idea es que la comunidad que se beneficia del proyecto pueda financiar los gastos recurrentes.

