{"id":21455670,"url":"https://github.com/skyl/django-points","last_synced_at":"2025-07-14T23:32:50.541Z","repository":{"id":615189,"uuid":"253621","full_name":"skyl/django-points","owner":"skyl","description":"API for tagging any model with django.contrib.gis.db.models.PointField(s)","archived":false,"fork":false,"pushed_at":"2009-08-12T03:23:10.000Z","size":25833,"stargazers_count":16,"open_issues_count":6,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-16T06:57:03.490Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skyl.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-07-17T15:04:21.000Z","updated_at":"2024-04-16T06:57:03.491Z","dependencies_parsed_at":"2022-07-07T14:59:55.074Z","dependency_job_id":null,"html_url":"https://github.com/skyl/django-points","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyl%2Fdjango-points","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyl%2Fdjango-points/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyl%2Fdjango-points/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyl%2Fdjango-points/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyl","download_url":"https://codeload.github.com/skyl/django-points/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226002995,"owners_count":17558157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-23T05:13:04.982Z","updated_at":"2024-11-23T05:13:05.433Z","avatar_url":"https://github.com/skyl.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nRequirements\n============\n\n* GeoDjango\n* olwidget\n* pinax 0.7b3 or later\n* jQuery and jQuery-UI\n\nInstallation\n============\n\nsettings\n--------\n\n  * put 'points' into INSTALLED_APPS\n  * add to context processors::\n\n    'points.context_processors.ol_media',\n    'points.context_processors.GAK',\n\n  * Get http://code.google.com/apis/maps/signup.html a GOOGLE_MAPS_API key and add it to settings::\n\n    GOOGLE_API_KEY = ...\n\n  * syncdb\n\nurls\n----\n\n  * add to your url patterns::\n\n    (r'^points/', include('points.urls')),\n\nQuickStart\n==========\n\n* At the top of the template::\n\n  {% load point_tags %}\n\n* In head you could put::\n\n  {% include 'points/jqueryui_add_form.html' %}\n  {% show_google_map model_instance \"map-id\" %}\n\n* In body, where you would like the link to the form widget to go::\n\n  {% add_point_link model_instance %}\n\n* Where you would like the map to go you might put::\n  \n  \u003cdiv id=\"map-id\" style=\"width:45%; height:200px; float:right;\"\u003e\u003c/div\u003e\n\nFor more information check docs/api.rst; there are many more options and tags.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyl%2Fdjango-points","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyl%2Fdjango-points","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyl%2Fdjango-points/lists"}