Skip to main content
https://travis-ci.org/auto-mat/django-webmap-corpus.svg?branch=master https://coveralls.io/repos/auto-mat/django-webmap-corpus/badge.svg?branch=master&service=github https://badge.fury.io/py/django-webmap-corpus.svg

Django webmap corpus

Corpus for making web map applications.

Installation

To get the latest stable release from PyPi

pip install django-webmap-corpus

To get the latest commit from GitHub

pip install -e git+https://github.com/auto-mat/django-webmap-corpus.git#egg=webmap

Add webmap to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'author',
    'colorful',
    'adminsortable2',
    'django.contrib.gis',
    'constance.backends.database',
    'constance',
    'import_export',
    'webmap',
    'rest_framework',
    'easy_thumbnails',
)

Add Author middleware

MIDDLEWARE_CLASSES = (
    ...,
    'author.middlewares.AuthorDefaultBackendMiddleware',
)

Add Constance settings

CONSTANCE_APP_NAME = "webmap"
CONSTANCE_CONFIG = {
    'MAP_BASELON': (14.4211, u'zeměpisná délka základní polohy mapy'),
    'MAP_BASELAT': (50.08741, u'zeměpisná délka základní polohy mapy'),
    'MAP_BOUNDS': ("14.22, 49.95, 14.8, 50.18", u'hranice zobrazení mapy'),
    'DEFAULT_STATUS_ID': (2, u'id defaultního statusu'),
}
CONSTANCE_BACKEND = 'constance.backends.database.DatabaseBackend'

Add the webmap URLs to your urls.py

urlpatterns = patterns('',
    ...
    url(r'^webmap/', include('webmap.urls')),
)

Don’t forget to migrate your database

./manage.py migrate webmap

Note: If you don’t have Constance migrated yet, remove the ‘webmap’ line from INSTALLED_APPS, then migrate Constance and then the line re-add and migrate again.

Usage

TODO: Describe usage or point to docs. Also describe available settings and templatetags.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python django-webmap-corpus
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

Release files for django-webmap-corpus 1.0.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-webmap-corpus 1.0.0
File Size Uploaded
django-webmap-corpus-1.0.0.tar.gz 589.0 kB Details

Release files / django-webmap-corpus-1.0.0.tar.gz

Download URL django-webmap-corpus-1.0.0.tar.gz
Size 589.0 kB
Tags Source
SHA-256 checksum
How to use checksums
468f3f73fdfdc0082a6741d67b380cee914301d2f842941721842117d675f8ed
BLAKE2b-256 checksum
How to use checksums
4081bb30e0cf8fc44ab3ffd5c05cad17750bb488dec83f75ca6774701d7950b8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via Python-urllib/3.7

Release history Release notifications | RSS feed

This release

1.0.0 This release

1 release file

0.12.0

1 release file

0.11.1

1 release file

0.11.0

1 release file

0.10.1

1 release file

0.10.0

1 release file

0.9.0

1 release file

0.8.1

1 release file

0.8.0

1 release file

0.7.2

1 release file

0.7.1

2 release files

0.7

1 release file

0.6

2 release files

0.5

1 release file

0.4

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page