Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 978 Bytes

File metadata and controls

36 lines (27 loc) · 978 Bytes

Trabajo Practico Metodologia de Sistemas III

img img2

Members :

  • Marcos Davidovich
  • Rodrigo Soria

Tools :

  • Python 3.7
  • Django 2.2.7
  • Bootstrap 3

Usage :

Instalation :

git clone https://github.com/RodrigoSoriaUtn/TP-python-Rental.git
cd TP-python-Rental
pip install Django==2.2.7
pip install django-bootstrap3

Run :

py manage.py runserver

Users:

 Username   | Password  | Type
 admin      | admin     | Super user
 SrCobranza | 123456ab  | Host
 HouseOwner | 123456ab  | Host

Updating embedded db :

py manage.py makemigrations
py manage.py migrate

Creating an admin (only if needed) :

py manage.py createsuperuser