ernestomello / proyectoABU

GNU General Public License v3.0
0 stars 0 forks source link

Proyecto Final Tecnologo

Para la instalación se tomará como SO de base Ubuntu 18.04, pero si se utilizara el SO Windows no cambia sustancialmente esta guía.\ Debe tener instalado Python en su versión 3.6.5 y Git en su versión más reciente.

python3 --version
Python 3.6.5

git --version
git version 2.7.4
 git clone https://github.com/ernestomello/proyectoABU.git
~/proyectoABU$ python3 -m venv venv
~/proyectoABU$ source /venv/bin/activate
(venv) :~/proyectoABU$
(venv) :~/proyectoABU$ pip install -r requirements.txt
(venv) :~/proyectoABU$ cd gestionAbu
(venv) :~/proyectoABU/gestionAbu$ python3 manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
October 10, 2022 - 11:44:57
Django version 3.2.15, using settings 'gestionAbu.settings'
Starting development server at <http://127.0.0.1:8000/>
Quit the server with CONTROL-C.

Pantalla Inicio