Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.42 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.42 KB

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.

mymapapp screenshot

Features

  • 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.

How to Install

  • 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 '''

More Screenshots

mymapapp screenshot mymapapp screenshot mymapapp screenshot