This is my first website using Django and Leaflet.js. You can create a user and view a map of every user that is registered on the SQLite database.
- It extends Django's User Model with OneToOne; adding few new fields, such as longitude and latitude (decimal field).
- It can show a map of the user's longitude and latitude using Leaflet.js and OpenStreetMap.
- It comes with three users (user1, user2, user3) inside the provided SQLite for showcase purposes.
- Make sure you have python 3 and Django installed.
- Download the project and extract it.
- Open the terminal/command line and change the directory to that downloaded page (myfirstproject).
- Run the development server using '''bash python manage.py runserver '''.
- Open your favorite browser and go to '''bash localhost:8000 '''