Arcgis marketplace app.
Project description
Arcgis marketplace application.
Dependencies
- Python ≥ 3.5
- Django ≥ 1.11
- Postgres
Installation
Install last stable version from Pypi.
pip install django-arcgis-marketplace
Add arcgis_marketplace to your INSTALLED_APPS setting.
INSTALLED_APPS = ( ... 'django_filters', 'oauth2_provider', 'paypal.standard.ipn', 'polymorphic', 'rest_framework', 'social_django', 'taggit', ... 'core_flavor.apps.CoreAppConfig', 'countries.apps.CountriesAppConfig', 'orders.apps.OrdersAppConfig', 'arcgis_marketplace.apps.ArcgisMarketplaceAppConfig' )
Hook the Django urls into your URLconf.
from django.conf.urls import include, url urlpatterns = [ url(r'^', include( 'arcgis_marketplace.urls', namespace='arcgis-marketplace')), ]
Apply migrations.
python manage.py migrate
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size django_arcgis_marketplace-0.0.13-py2.py3-none-any.whl (25.9 kB) | File type Wheel | Python version 3.6 | Upload date | Hashes View |
Filename, size django-arcgis-marketplace-0.0.13.tar.gz (23.9 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for django_arcgis_marketplace-0.0.13-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aedcae11d73247fd5eef5c7c45b069171cac72c1c3deb2b5675b938bc70f941c |
|
MD5 | 714fcd878f4528dd24a07a43064beae0 |
|
BLAKE2-256 | 46966a624dd000512e5c802e2d8fa430d081ec13b22b6a8d8086c691217fdf0f |
Close
Hashes for django-arcgis-marketplace-0.0.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 98130c971fcb5091db4adc157194f65222feb655d04ba78864d595be783ce6b3 |
|
MD5 | fc133d4948edb1eb321ba14c9c11c3b1 |
|
BLAKE2-256 | ffdff08ce51bbfa73d30a2d4712726a9ddef8f1e8e4e5e29fccc35fb7de13cf9 |