Giter Site home page Giter Site logo

cavb / pythonchile_v2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from python-chile/pythonchile_v2

0.0 1.0 0.0 2.24 MB

Sitio en desarrollo para www.pythonchile.cl

License: Apache License 2.0

Dockerfile 0.48% Python 28.72% HTML 25.43% CSS 7.53% JavaScript 36.83% Shell 1.01%

pythonchile_v2's Introduction

Python Chile Website

Repositorio que contiene el código con el cual se construye el sitio de Python Chile.

La versión actual está desarrollada usando Django y Wagtail.

Configuración Local

Para comenzar el servidor localmente y probar alguna funcionalidad nueva que quieras contribuir, puedes usar Docker o un simple entorno virtual.

Usando Docker

Debes tener instalado docker en tu sistema, y luego solo ejecutar:

docker build -t pythonchile .
docker run -p 8000:8000 pythonchile

Usando entornos virtuales

  • Installar virtualenv o venv (Ubuntu) Recuerda que solo debes escoger uno:

    # virtualenv
    sudo apt-get install python-virtualenv
    # venv
    sudo apt-get install python-venv
    

    Algunas distribuciones Linux tendrán venv ya instalado con Python en el sistema, con lo que puedes omitir este paso.

  • Crear entorno:

    # virtualenv
    virtualenv pythonchile_env -p python3
    # venv
    python3 -m venv pythonchile_env
    

    Algunos sistemas tendrán un ejecutable llamado python (sin el 3) por defecto, puedes probar que sea la versión 3 ejecutando: python --version en una terminal.

  • Activación del entorno virtual

    source pythonchile_env/bin/activate
    
  • Instalar los requerimientos:

    pip install -r requirements/dev.txt
    

Usuarios de desarrollo

  • Rol: username / pass
  • Admin: admin / local_password
  • Editor: editor / local_password
  • Moderador: moderador / local_password

pythonchile_v2's People

Contributors

cavb avatar cmaureir avatar dependabot[bot] avatar pablolirag avatar

Watchers

 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.