Socket
Socket
Sign inDemoInstall

django-ohm2-countries-light

Package Overview
Dependencies
0
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    django-ohm2-countries-light

Django application to easily handle countries


Maintainers
1

Readme

django-ohm2-handlers-light source code

Installation:

#. Create a Python +3.5 virtualenv

#. Install dependencies::

- ohm2_handlers_light

#. Add 'ohm2_countries_light' to installed apps::

INSTALLED_APPS = [
  '''
  'ohm2_countries_light',
  ...
]

#. Create tables::

./manage.py migrate

Models

ohm2_countries_light comes with one basic Country models:

Variables

OHM2_COUNTRIES_LIGHT_FLAGS_SMALL_BASE_PATH: path to small flag images (the pages comes with default ones)

API - v1

FAQs


Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc