This is a travel guide website implemented with Python Django!
- Using the built-in database, sqlite3.
- Frontend is from scratch, powered by Bootstrap. All implemented by me and my teammates.
- Run
python manage.py runserver
- Go to
localhost:8080
- Create a new app:
python manage.py startapp <appname>