🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

django-ubigeo-peru

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-ubigeo-peru

Django app for applications that require to use the ubigeos of INEI of Peru.

0.5.0
PyPI
Maintainers
1

Django Ubigeo Peru

django-ubigeo-peru, is an app that will allow you to easily implement the ubiquites of INEI (Perú) in your django app.

Config

For Django >= 4.x use django-ubigeo-peru>=0.5.0

In your settings.py

.. code-block:: python

INSTALLED_APPS = ( ..... 'ubigeos', )

Run

::

python manage.py migrate python manage.py loaddata ubigeos.json

In your urls.py

For Django <= 1.11.x

.. code-block:: python

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

For Django 2.x and above

.. code-block:: python

urlpatterns = patterns('', .... path('ubigeos/', include('ubigeos.urls')), )

License

BSD

Keywords

ubigeos

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts