Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 584 Bytes

README.rst

File metadata and controls

29 lines (17 loc) · 584 Bytes

django-travel

A travelogue and bucket-list Django app with various features.

Develop

Git the latest code

git clone https://github.com/dakrauth/travel

Demo

docker build -t travel .
docker run -p 8000:80 -it travel:latest

Navigate to htt://localhost:8000

Two users are created: admin and user, both with password as their password.