GithubHelp home page GithubHelp logo

proyecto_final2023's Introduction

*** Clonar el repositorio *** En una carpeta de su preferencia(pueden hacer una llamada "Proyecto Final"), mediante cmd u otra consola, clonar el repositorio con el siguiente comando:

git clone #httpdelrepositorio

*** Para instalar el proyecto *** Crean un entorno virtual con el siguiente comando:

py -m venv venv   o   python -m venv venv
venv\Scripts\activate

*** instalar las dependencias ***

pip install -r requirements.txt

*** Para crear la base de datos ***

Hacer un archivo en la carpeta Settings llamado local.py y agregar lo que dice en el archivo base.py respecto de la base de datos
-linea 76 a 92

*** Para crear las migraciones ***

python manage.py makemigrations
python manage.py migrate

*** Para ejecutar el proyecto ***

python manage.py runserver

Recomendaciones

-Instalar en VSC la extension de GitHub Pull Requests and Issues (se maneja mejor el control de versiones)
-SIEMPRE controlar que esten en SU rama, para evitar conflictos de las ramas. rama indicada: STAGE-(su nombre)
-En caso de USAR OTRO NOMBRE PARA EL ENTORNO: AGREGARLO en el .GITIGNORE, mediante: nombredelentorno/
-EVITAR subir archivos de db, pw, caché, etc. (agregarlos al .gitignore antes de hacer el commit)
-EVITAR HACER PUSH A LA RAMA MAIN O DEVELOPMENT, SOLO HACERLO A LA RAMA STAGE.
-GRACIAS los quiero mucho ✨
-Si no, hay tabla 😠

proyecto_final2023's People

Contributors

gustavopalaciostecno avatar fedebazan avatar

Watchers

 avatar

Forkers

fedebazan

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.