Skip to content

A simple project using Django Framework and Leaflet.js

Notifications You must be signed in to change notification settings

b1994mi/myfirstproject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple project using Django Framework and Leaflet.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published