Giter Site home page Giter Site logo

triton's Introduction

virtualenv env_triton --python=python3
cd env_triton
source bin/activate
pip install Django==2.0
django-admin startproject triton
cd triton
python manage.py runserver
pip install djangorestframework
pip install httpie

cd apps
python ../manage.py startapp myapp

TOCA INSTALAR LEAFLET
Pero se cambió a ARCGIS

pip freeze > requirements.txt

#Iniciar el proyecto
git init
#Conectarse al bitbucket
git remote add origin https://[email protected]/labsis_invemar/triton.git
#Para ver todo lo que puedo hacer dentro del remoto
git remote -v
#Para ver los cambios
git status
#Para agregar todos los cambios realizados
gil add . --all
#Para comentar los cambios
git commit -m "Comentario"
#Publicar los cambios
#origin es el nombre que le asigné al repositorio
#master que estoy en el repositorio master
git push origin master
#Para crear la rama
git fetch && git checkout create-envs-files


#Para cambiar a la rama
git checkout (rama)
#Luego de hacer todo toca revisar el estado, añadir todo con 
git add . --all
#Luego hacer el commit
#Cuando estoy trabajando en la rama para hacer el push
git push origin

#Luego debo regresar a trabajar en el master
git checkout master
#Luego git pull para combinar los cambios remotos con el locl
git pull origin master 

#Las estaciones de monitoreo tienen los siguiente id
38883
38884
38885
39161
39162

#Se usará la base de datos VM_AGM_2507_816

BUSCAR stockChart

Toca usar la Bdd 2068_822 para la CTD

// Para crear models
python manage.py inspectdb --database neo_argos > models_2.py

triton's People

Contributors

miguepoloc 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.