GithubHelp home page GithubHelp logo

tharixgt / dokumen Goto Github PK

View Code? Open in Web Editor NEW
1.0 4.0 1.0 1.64 MB

Sistema de gestión de documentos

License: GNU General Public License v3.0

Python 11.02% HTML 10.47% Smarty 0.02% JavaScript 61.87% CSS 16.62%
controlador-de-documentos documentos-manager document-manager gestor-de-documentos

dokumen's Introduction

Dokumen

Sistema Open Source de gestión de documentos consiste en controlar de modo eficiente y sistematico los documentos.

Development tools

Editorconfig

Use common rules for formatting code

http://editorconfig.org

Djang-env

https://github.com/jpadilla/django-dotenv

Create a .env or cp cp .env.example .env file with the below content:

DJANGO_SETTINGS_MODULE="config.settings.dev"
SECRET_KEY=""
DB_NAME=""
DB_USER=""
DB_PASSWORD=""
DB_HOST = "127.0.0.1"
DB_PORT = "5432"
DOMAIN=""
DOMAIN_URL=""
STATIC_URL="/static/"
MEDIA_URL="/media/"

EMAIL_USE_TLS = True
EMAIL_HOST = 'smtp.mailgun.org'
EMAIL_PORT = 2525
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
DEFAULT_FROM_EMAIL = ""

By: Tharix

dokumen's People

Contributors

edwinnajera avatar wariosolis avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

wariosolis

dokumen's Issues

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.