Giter Site home page Giter Site logo

danielstp / rapidito Goto Github PK

View Code? Open in Web Editor NEW
4.0 7.0 3.0 637 KB

Alternativa libre a Facilito http://www.opinion.com.bo/opinion/articulos/2016/0105/noticias.php?id=179917

Home Page: https://danielstp.github.io/Rapidito/

License: Other

Python 51.03% JavaScript 6.12% CSS 9.11% HTML 29.37% Shell 4.37%
django travis-ci bolivia impuestos

rapidito's Introduction

image

Rapidito

La Comunidad Software Libre Bolivia, tiene el objetivo de desarrollar "El Sistema de Facturación Virtual", una aplicación Web, como alternativa al Software Privativo desarrollado por Inpuestos Nacionales del Estado Plurinacional de Bolivia.

Esto amparado en la Ley, Decretos y pronta reglamentación de la "Migración de Software Libre en las Instituciones del Estado Plurinacional de Bolivia", y contribuir a producir Software Libre, bajo las licencias compatibles con GNU General Plublic License.

Install

Leer el archivo docs/install.rst para mas instrucciones.

Basic Commands

Para ejecutar el servicio modo desarrollador

::

$ python manage.py runserver

Si estas depurando

::

$ python manage.py runnserver --noreload --nothreading

También es bueno usar el depurador pudb

::

$ python -m pudb manage.py runserver --noreload --nothreading

Running Linters

Es necesario ejecutar pep8, flake8, pylint para mantener el código con buenas practicas de programación.

Running pep8

::

$ pep8 rapidito

Para excluir carpetas, modificar el archivo setup.cfg

Running flake8

::

$ flake8 rapidito

Para excluir carpetas, modificar el archivo setup.cfg

Running pylint

::

$ pylint rapidito

Para excluir carpetas, modificar el archivo .pylintrc

Running tests with py.test

Antes de ejecutar las pruebas, es necesario que revisen si el [usuario] tenga acceso para crear base de datos. De lo contrario genera errores

::

$ sudo -u postgres psql postgres postgres=# ALTER USER [username] CREATEDB; postgres=#q

::

$ py.test

Live reloading and Sass CSS compilation

Asegurar que nodejs esta instalado

::

$ npm install

Instalar compass

::

$ gem install compass

Ejecutar

::

$ gulp runServer

rapidito's People

Contributors

danielstp avatar drkpkg avatar gnusuario avatar hcvcastro avatar noeminahomy avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.