Coder Social home page Coder Social logo

djangoback's Introduction

Prueba django 1.0.0

Inicio Versionado <<<<<<< HEAD

Preparacion del entorno

  add-apt-repository -y ppa:jonathonf/python-3.6
  apt-get update -y
  apt-get install -y python3.6
  apt-get install -y python3.6-dev
  apt-get install -y python3.6-distutils
  ln -s /usr/bin/python3.6 /usr/local/bin/python3
  wget https://bootstrap.pypa.io/get-pip.py -O /home/ubuntu/get-pip.py
  python3.6 /home/ubuntu/get-pip.py
  rm /home/ubuntu/get-pip.py
  ln -s /usr/local/bin/pip /usr/local/bin/pip3


  // Verificación de la descarga

  1. Correr `python3 --version`
  2. Correr `pip3 --version`

  // Entorno virtual

  1. Correr `python3 -m venv ENTORNO` donde `ENTORNO` sea el nombre deseado
  2. Correr `source ENTORNO/bin/activate` para activar el entorno
  3. Correr `deactivate` para desactivar el entorno

  // Instalación de django

  1. Activar entorno virtual
  2. Correr `pip install django -U`

=======

8c6ec8736c317b7b1ff9d4ee2fa4c4bfb7924566

djangoback's People

Contributors

gonpineiro avatar

Watchers

 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.