Skip to content

Kirill-Ulich/mapclicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAPCLICKER


Simple django-project with a geographic map

About Mapclicker


There is a map on the start page, when clicked on it, the coordinates (latitude and longitude) are saved in the database. When you click on the link located under the map, you are redirected to a page with listing all the coordinates from the database.

Installation


  • Clone or download the project
  • Create virtual environment at the root of the project using the command
    virtualenv venv
    If virtualenv is not installed, use the following command
    pip3 install virtualenv
  • Activate venv
    source venv/bin/activate
  • Install requirements
    pip install -r requirements.txt
  • Create a database using PostgreSQL and change DB data in settings.py
  • Apply migrations
    python manage.py migrate

It's all. Now you can start the project with the following command

python manage.py runserver

About

Simple django-project with a geographic map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors