Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 529 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 529 Bytes

Install Hotel

This project is simple example to django with application with model, views and admin. This project used bootstrap on front-end.

Install

pip install django pip install pil

This application need the postgres database with name hotel, user hotel and password hotel tehn:

1 - mkdir hotel 2 - cd hotel 3 - git clone "this project" 4 - django-admin syncdb 5 - django-admin makemigrate 6 - django-admin runserver 8000 7 - In your browser go to localhost:8000/

Its all.

Thanks.

Ing. Sebastian Martin Artaza Saade